Kactoos

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

StickyIterable

class StickyIterable<out X : Any> : IterableEnvelope<X>

Iterable that returns the same set of elements, always.

There is no thread-safety guarantee.

Parameters

X - Type of item

Since 0.1

Constructors

Name Summary
<init> StickyIterable(vararg src: X)StickyIterable(iterable: Iterable<X>)
Iterable that returns the same set of elements, always.

Inherited Functions

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