ReactiveState
Toggle table of contents
6.0.0-preview.14
common
Platform filter
common
Switch theme
Search in API
ReactiveState
reactivestate-core
/
com.ensody.reactivestate
/
toMutable
to
Mutable
fun
<
T
>
StateFlow
<
T
>
.
toMutable
(
setter
:
StateFlow
<
T
>
.
(
T
)
->
Unit
)
:
MutableStateFlow
<
T
>
Converts this
StateFlow
to a
MutableStateFlow
that calls
setter
for doing the actual value update.