AutoMuttonRecipe
Toggle table of contents
1.3.0
common
Platform filter
common
Switch theme
Search in API
AutoMuttonRecipe
auto-mutton-recipe-compose
/
io.github.ryunen344.mutton.compose
/
stateMachineSaver
state
Machine
Saver
fun
<
T
:
StateMachine
<
S
,
*
,
*
>
,
S
:
State
>
stateMachineSaver
(
restore
:
(
value
:
S
)
->
T
)
:
Saver
<
T
,
S
>
A
Saver
for
StateMachine
that saves the current state.