Class CollectProcedure<T,V>
java.lang.Object
org.eclipse.collections.impl.block.procedure.CollectProcedure<T,V>
- All Implemented Interfaces:
Serializable,Consumer<T>,Procedure<T>
Applies a function to an object and adds the result to a target collection.
- See Also: