Kactoos

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

SolidIterable

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

An Iterable that is both synchronized and sticky.

Objects of this class are thread-safe.

Parameters

X - Type of item

Since 0.4

Constructors

Name Summary
<init> SolidIterable(vararg src: X)SolidIterable(iterable: Iterable<X>)
An Iterable that is both synchronized and sticky.

Inherited Functions

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