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