Uses of Interface
io.hektor.fsm.Guard
Packages that use Guard
-
Uses of Guard in io.hektor.fsm.builder
Methods in io.hektor.fsm.builder with parameters of type Guard -
Uses of Guard in io.hektor.fsm.builder.impl
Methods in io.hektor.fsm.builder.impl with parameters of type Guard -
Uses of Guard in io.hektor.fsm.impl
Constructors in io.hektor.fsm.impl with parameters of type GuardModifierConstructorDescriptionTransitionImpl(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) TransitionImpl(String description, S to, Class<E> event, Predicate<E> guard, Guard<E, C, D> richerGuard, Optional<Label> guardLabel, Consumer<E> action, Action<E, C, D> statefulAction, Optional<Label> actionLabel, Function<E, ?> transformation, Optional<Label> transformationLabel)