tuulbox
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
tuulbox
collections
/
com.juul.tuulbox.collections
/
atomicListOf
atomic
List
Of
fun
<
E
>
atomicListOf
(
)
:
AtomicList
<
E
>
Returns an empty
AtomicList
.
fun
<
E
>
atomicListOf
(
vararg
elements
:
E
)
:
AtomicList
<
E
>
Returns an
AtomicList
.