Class CollectProcedureFactory<T,V>
java.lang.Object
org.eclipse.collections.impl.parallel.CollectProcedureFactory<T,V>
- All Implemented Interfaces:
ProcedureFactory<CollectProcedure<T,V>>
public final class CollectProcedureFactory<T,V> extends Object implements ProcedureFactory<CollectProcedure<T,V>>
-
Constructor Summary
Constructors Constructor Description CollectProcedureFactory(Function<? super T,V> function, int newTaskSize)
-
Method Summary
Modifier and Type Method Description CollectProcedure<T,V>
create()
-
Constructor Details
-
Method Details
-
create
- Specified by:
create
in interfaceProcedureFactory<T>
-