flowredux
Toggle table of contents
compose
Target filter
compose
Switch theme
Search in API
Skip to content
flowredux
flowredux
/
com.freeletics.flowredux2
/
stateMachine
state
Machine
compose
@
ExperimentalCoroutinesApi
@
Composable
fun
<
S
:
Any
,
A
:
Any
>
stateMachine
(
initialState
:
S
,
specBlock
:
@
DisallowComposableCalls
FlowReduxBuilder
<
S
,
A
>
.
(
)
->
Unit
)
:
FlowReduxStateMachine
<
State
<
S
>
,
A
>