| Constructor and Description |
|---|
StateTransition(S from,
S to,
E event) |
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) |
public StateTransition(S from, S to, E event, BiPredicate<StateContext<S,E,T>,T> condition, Consumer<StateContext<S,E,T>> action)
Copyright © 2025. All rights reserved.