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