kactoos-jvm / nnl.rocks.kactoos.iterable / SolidIterable
class SolidIterable<out X :
Any
> :
IterableEnvelope
<
X
>
An Iterable that is both synchronized and sticky.
Objects of this class are thread-safe.
X
- Type of item
Since 0.4
Name | Summary |
---|---|
<init> | SolidIterable(vararg src: X ) SolidIterable(iterable: Iterable < X >) An Iterable that is both synchronized and sticky. |
Name | Summary |
---|---|
iterator | open fun iterator(): Iterator < T > |