kactoos-jvm / nnl.rocks.kactoos.iterable / Endless
class Endless<out T :
Any
> :
IterableEnvelope
<
T
>
Endless iterable.
If you need to repeat certain amount of time, use Repeated.
T
- Element type
item
- Item to repeat
Since 0.4
Name | Summary |
---|---|
<init> | Endless(item: T ) Endless iterable. |
Name | Summary |
---|---|
iterator | open fun iterator(): Iterator < T > |