| Package | Description |
|---|---|
| com.github.oxo42.stateless4j |
| Modifier and Type | Field and Description |
|---|---|
protected StateMachineConfig<S,T> |
StateMachine.config |
| Constructor and Description |
|---|
StateMachine(S initialState,
Func<S> stateAccessor,
Action1<S> stateMutator,
StateMachineConfig<S,T> config)
Construct a state machine with external state storage.
|
StateMachine(S initialState,
StateMachineConfig<S,T> config)
Construct a state machine
|
Copyright © 2014. All Rights Reserved.