| Modifier and Type | Method and Description |
|---|---|
void |
StateTransition.execute(StateContext<S,E,T> context) |
| Constructor and Description |
|---|
StateTransition(S from,
S to,
E event,
BiPredicate<StateContext<S,E,T>,T> condition,
Consumer<StateContext<S,E,T>> action) |
StateTransition(S from,
S to,
E event,
BiPredicate<StateContext<S,E,T>,T> condition,
Consumer<StateContext<S,E,T>> action) |
StateTransition(S from,
S to,
E event,
Consumer<StateContext<S,E,T>> action) |
Copyright © 2025. All rights reserved.