Package io.hektor.fsm
Interface Action<E,C extends Context,D extends Data>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents an action to be performed in the context of a
FSM. This is really just a specialization of the generic
BiConsumer
that takes three arguments instead of two and also locks down the upper bound
of two of the arguments.-
Method Summary
-
Method Details
-
accept
Performs this operation on the given arguments.
-