public class FJListProcedureRunner<T,PT extends org.eclipse.collections.api.block.procedure.Procedure<? super T>> extends Object implements Serializable
| Constructor and Description |
|---|
FJListProcedureRunner(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,
List<T> list) |
void |
setFailed(Throwable newError) |
void |
taskCompleted(ForkJoinTask<PT> task) |
public FJListProcedureRunner(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, List<T> list)
Copyright © 2004–2018. All rights reserved.