Interface CompletesState<T extends State,​R extends State>

  • Type Parameters:
    T - is the source State
    R - is the target State
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface CompletesState<T extends State,​R extends State>
    A functional interface that transforms a StateTransition into a Completes.