Class FJBatchIterableProcedureTask<T,PT extends Procedure<? super T>>
- java.lang.Object
-
- java.util.concurrent.ForkJoinTask<PT>
-
- org.eclipse.collections.impl.forkjoin.FJBatchIterableProcedureTask<T,PT>
-
- All Implemented Interfaces:
Serializable,Future<PT>
public class FJBatchIterableProcedureTask<T,PT extends Procedure<? super T>> extends ForkJoinTask<PT>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FJBatchIterableProcedureTask(FJBatchIterableProcedureRunner<T,PT> newFJTaskRunner, ProcedureFactory<PT> newProcedureFactory, BatchIterable<T> iterable, int index, int count)Creates an array of ProcedureFJTasks wrapping Procedures created by the specified ProcedureFactory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PTgetRawResult()-
Methods inherited from class java.util.concurrent.ForkJoinTask
adapt, adapt, adapt, cancel, compareAndSetForkJoinTaskTag, complete, completeExceptionally, fork, get, get, getException, getForkJoinTaskTag, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, tryUnfork
-
-
-
-
Constructor Detail
-
FJBatchIterableProcedureTask
public FJBatchIterableProcedureTask(FJBatchIterableProcedureRunner<T,PT> newFJTaskRunner, ProcedureFactory<PT> newProcedureFactory, BatchIterable<T> iterable, int index, int count)
Creates an array of ProcedureFJTasks wrapping Procedures created by the specified ProcedureFactory.
-
-
Method Detail
-
getRawResult
public PT getRawResult()
- Specified by:
getRawResultin classForkJoinTask<PT extends Procedure<? super T>>
-
-