public class FJBatchIterableProcedureRunner<T,PT extends org.eclipse.collections.api.block.procedure.Procedure<? super T>> extends Object implements Serializable
| Constructor and Description |
|---|
FJBatchIterableProcedureRunner(org.eclipse.collections.impl.parallel.Combiner<PT> newCombiner,
int taskCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeAndCombine(ForkJoinPool executor,
org.eclipse.collections.impl.parallel.ProcedureFactory<PT> procedureFactory,
org.eclipse.collections.impl.parallel.BatchIterable<T> list) |
void |
setFailed(Throwable newError) |
void |
taskCompleted(ForkJoinTask<PT> task) |
public FJBatchIterableProcedureRunner(org.eclipse.collections.impl.parallel.Combiner<PT> newCombiner, int taskCount)
public void setFailed(Throwable newError)
public void taskCompleted(ForkJoinTask<PT> task)
public void executeAndCombine(ForkJoinPool executor, org.eclipse.collections.impl.parallel.ProcedureFactory<PT> procedureFactory, org.eclipse.collections.impl.parallel.BatchIterable<T> list)
Copyright © 2004–2018. All rights reserved.