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