public class FJListObjectIntProcedureRunner<T,PT extends ObjectIntProcedure<? super T>> extends Object implements Serializable
Constructor and Description |
---|
FJListObjectIntProcedureRunner(Combiner<PT> newCombiner,
int taskCount) |
Modifier and Type | Method and Description |
---|---|
void |
executeAndCombine(ForkJoinPool executor,
ObjectIntProcedureFactory<PT> procedureFactory,
List<T> list) |
void |
setFailed(Throwable newError) |
void |
taskCompleted(ForkJoinTask<PT> task) |
public void setFailed(Throwable newError)
public void taskCompleted(ForkJoinTask<PT> task)
public void executeAndCombine(ForkJoinPool executor, ObjectIntProcedureFactory<PT> procedureFactory, List<T> list)
Copyright © 2004–2016. All rights reserved.