vector / com.haroldadmin.vector.state / StateStore / <init>
<init>¶
StateStore(stateHolder:
StateHolder
<
S
>, stateProcessor:
StateProcessor
<
S
>)
A class which can hold current state as well as handle actions to be performed on it.
Parameters¶
stateHolder
- The delegate to handle StateHolder functions
stateProcessor
- The delegate to handle StateProcessor functions