Package org.flowable.common.rest.api
Interface ListProcessor<REQ,RES>
- Type Parameters:
REQ
- The type of the elements that need to be processedRES
- The type of the elements that will be created
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A processor for converting List of a certain type into list of a different type.
- Author:
- Filip Hrisafov
-
Method Summary