Uses of Class
org.eclipse.collections.impl.forkjoin.FJBatchIterableProcedureRunner
-
Uses of FJBatchIterableProcedureRunner in org.eclipse.collections.impl.forkjoin
Constructors in org.eclipse.collections.impl.forkjoin with parameters of type FJBatchIterableProcedureRunnerModifierConstructorDescriptionFJBatchIterableProcedureTask(FJBatchIterableProcedureRunner<T, PT> newFJTaskRunner, ProcedureFactory<PT> newProcedureFactory, BatchIterable<T> iterable, int index, int count) Creates an array of ProcedureFJTasks wrapping Procedures created by the specified ProcedureFactory.