reactive-collections
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
reactive-collections
reactive-collections
/
dev.shreyaspatil.reactivecollections
/
toMutableReactiveList
to
Mutable
Reactive
List
fun
<
E
>
Collection
<
E
>
.
toMutableReactiveList
(
)
:
MutableReactiveList
<
E
>
fun
<
E
>
MutableList
<
E
>
.
toMutableReactiveList
(
)
:
MutableReactiveList
<
E
>
Returns a new
MutableReactiveList
filled with all elements of this collection.