Class FJBatchIterableProcedureRunner<T,PT extends Procedure<? super T>>
java.lang.Object
org.eclipse.collections.impl.forkjoin.FJBatchIterableProcedureRunner<T,PT>
- All Implemented Interfaces:
Serializable
public class FJBatchIterableProcedureRunner<T,PT extends Procedure<? super T>> extends Object implements Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FJBatchIterableProcedureRunner(Combiner<PT> newCombiner, int taskCount)
-
Method Summary
Modifier and Type Method Description void
executeAndCombine(ForkJoinPool executor, ProcedureFactory<PT> procedureFactory, BatchIterable<T> list)
void
setFailed(Throwable newError)
void
taskCompleted(ForkJoinTask<PT> task)
-
Constructor Details
-
Method Details
-
setFailed
-
taskCompleted
-
executeAndCombine
public void executeAndCombine(ForkJoinPool executor, ProcedureFactory<PT> procedureFactory, BatchIterable<T> list)
-