Interface WorkflowChooseFunction<StateType extends Serializable>

All Superinterfaces:
Function<StateType,String>
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 WorkflowChooseFunction<StateType extends Serializable> extends Function<StateType,String>
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface java.util.function.Function

    andThen, compose