kactoos-jvm / nnl.rocks.kactoos.collection / Skipped
class Skipped<out T : Any> : CollectionEnvelope<T>
Skipped collection.
There is no thread-safety guarantee.
T - Type of source item
skip - How many to skip
src - Source collection
Since 0.4
| Name | Summary |
|---|---|
| <init> | Skipped(skip: Int, src: Iterable<T>)Skipped(skip: Int, vararg src: T)Skipped(skip: Int, src: Collection<T>)Skipped collection. |
| Name | Summary |
|---|---|
| iterator | open fun iterator(): Iterator<X> |