Package org.sterl.pmw.model
Interface WorkflowFunction<T extends Serializable>
- All Superinterfaces:
Consumer<WorkflowContext<T>>
- 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 WorkflowFunction<T extends Serializable>
extends Consumer<WorkflowContext<T>>
-
Method Summary