Package org.sterl.pmw.model
Interface WorkflowChooseFunction<StateType extends Serializable>
- 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
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<StateType extends Serializable,String>
-