| Package | Description |
|---|---|
| com.codepoetics.protonpack.stateful |
| Modifier and Type | Method and Description |
|---|---|
static <S,I,O> StateMachineRunner<S,I,O> |
StateMachineRunner.create(S initialState,
StateMachine<S,I,O> stateMachine) |
default StateMachineRunner<S,I,O> |
StateMachine.runner() |
default StateMachineRunner<S,I,O> |
StateMachine.runnerWith(S initialState) |
Copyright © 2020. All rights reserved.