Kactoos

kactoos-jvm / nnl.rocks.kactoos.collection / Synced

Synced

class Synced<out T : Any> : CollectionEnvelope<T>

Iterable as Collection.

Objects of this class are thread-safe.

Parameters

T - List type

See Also

Sticky

Since 0.4

Constructors

Name Summary
<init> Synced(source: Collection<T>)
Synced(vararg args: T)
Synced(iterable: Iterable<T>)

Inherited Functions

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