kactoos-jvm / nnl.rocks.kactoos.collection / Synced
class Synced<out T :
Any
> :
CollectionEnvelope
<
T
>
Iterable as Collection.
Objects of this class are thread-safe.
T
- List type
See Also
Since 0.4
Name | Summary |
---|---|
<init> | Synced(source: Collection < T >) Synced(vararg args: T ) Synced(iterable: Iterable < T >) |
Name | Summary |
---|---|
iterator | open fun iterator(): Iterator < X > |