StateStore

constructor(coroutineScope: CoroutineScope, initialState: S, debugMode: Boolean = false, reducerFactory: ReducerFactory<A, S, E>.() -> Unit)

Parameters

coroutineScope

coroutine scope

initialState

initial state S defined on creation

reducerFactory

functional interface which creates Intent starting from an action