tuulbox
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
tuulbox
collections
/
com.juul.tuulbox.collections
/
AtomicList
/
mutate
mutate
inline
fun
mutate
(
mutator
:
MutableList
<
E
>
.
(
)
->
Unit
)
Mutates this List atomically.
mutator
can be evaluated multiple times if a concurrent edit occurs.