| Package | Description |
|---|---|
| io.hektor.fsm | |
| io.hektor.fsm.builder | |
| io.hektor.fsm.builder.impl | |
| io.hektor.fsm.impl |
| Modifier and Type | Method and Description |
|---|---|
Optional<Action<E,C,D>> |
Transition.getStatefulAction() |
| Modifier and Type | Method and Description |
|---|---|
TransitionBuilder<E,S,C,D> |
TransitionBuilder.withAction(Action<E,C,D> action) |
| Modifier and Type | Method and Description |
|---|---|
TransitionBuilder<E,S,C,D> |
TransitionBuilderImpl.withAction(Action<E,C,D> action) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Action<E,C,D>> |
TransitionImpl.getStatefulAction() |
| Constructor and Description |
|---|
TransitionImpl(String description,
S to,
Class<E> event,
Predicate<E> guard,
Guard<E,C,D> richerGuard,
Consumer<E> action,
Action<E,C,D> statefulAction,
Function<E,?> transformation) |
Copyright © 2019. All rights reserved.