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
Constructors Constructor Description FastListCollectProcedureFactory(Function<? super T,V> function, int newTaskSize)
-
Method Summary
Modifier and Type Method Description FastListCollectProcedure<T,V>
create()
-
Constructor Details
-
Method Details
-
create
- Specified by:
create
in interfaceProcedureFactory<T>
-