flowredux
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
flowredux
flowredux
/
com.freeletics.flowredux2
/
FlowReduxStateMachineFactory
Flow
Redux
State
Machine
Factory
@
ExperimentalCoroutinesApi
abstract
class
FlowReduxStateMachineFactory
<
S
:
Any
,
A
:
Any
>
(
initialState
:
(
)
->
S
)
Members
Constructors
Flow
Redux
State
Machine
Factory
Link copied to clipboard
constructor
(
initialState
:
S
)
constructor
(
initialState
:
(
)
->
S
)
Functions
launch
In
Link copied to clipboard
fun
launchIn
(
scope
:
CoroutineScope
)
:
FlowReduxStateMachine
<
StateFlow
<
S
>
,
A
>