kactoos-jvm / nnl.rocks.kactoos.iterator / Endless / <init>
Endless(element: T)
Endless(element: Scalar<T>)Endless(element: KScalar<T>)
Iterator that never ends.
If you need to repeat certain amount of time, use Repeated.
If you need endless cycle from iterator, use Cycled.
T - Element type.
element - Element to repeat.
Since 0.3