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 java.lang.Object implements ProcedureFactory<CollectProcedure<T,V>>
-
-
Field Summary
Fields Modifier and Type Field Description private int
collectionSize
private Function<? super T,V>
function
-
Constructor Summary
Constructors Constructor Description CollectProcedureFactory(Function<? super T,V> function, int newTaskSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectProcedure<T,V>
create()
-
-
-
Method Detail
-
create
public CollectProcedure<T,V> create()
- Specified by:
create
in interfaceProcedureFactory<T>
-
-