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