| Package | Description |
|---|---|
| io.hektor.fsm.builder | |
| io.hektor.fsm.builder.impl | |
| io.hektor.fsm.impl |
| Modifier and Type | Method and Description |
|---|---|
TransitionBuilder<E,S,C,D> |
TransitionBuilder.withGuard(Guard<E,C,D> guard) |
| Modifier and Type | Method and Description |
|---|---|
TransitionBuilder<E,S,C,D> |
TransitionBuilderImpl.withGuard(Guard<E,C,D> guard) |
| 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.