kactoos-jvm / nnl.rocks.kactoos.iterable / HeadOf
class HeadOf<out T : Any> : IterableEnvelope<T>
Head portion of the iterable.
There is no thread-safety guarantee.
T - Element type
num - Number of head elements
iterable - Decorated iterable
Since 0.4
| Name | Summary |
|---|---|
| <init> | HeadOf(num: Int, vararg src: T)HeadOf(num: Int, iterable: Iterable<T>)Head portion of the iterable. |
| Name | Summary |
|---|---|
| iterator | open fun iterator(): Iterator<T> |