Kactoos

kactoos-jvm / nnl.rocks.kactoos.iterable / Cycled

Cycled

class Cycled<out T : Any> : IterableEnvelope<T>

Cycled Iterable.

There is no thread-safety guarantee.

Parameters

T - Type of item

Since 0.4

Constructors

Name Summary
<init> Cycled(vararg args: T)Cycled(itr: Iterable<T>)
Cycled Iterable.

Inherited Functions

Name Summary
iterator open fun iterator(): Iterator<T>