Uses of Interface
fj.api.TaskSupplier
Packages that use TaskSupplier
Package
Description
-
Uses of TaskSupplier in fj
Methods in fj with parameters of type TaskSupplierModifier and TypeMethodDescriptionstatic <T> Future<T>
FJ.fork
(TaskSupplier<T> task) Indicates that work defined by a value returning task can be left behind for another idle thread to possibly steal and execute. -
Uses of TaskSupplier in fj.api
Methods in fj.api with parameters of type TaskSupplier -
Uses of TaskSupplier in fj.impl.cg
Methods in fj.impl.cg with parameters of type TaskSupplierModifier and TypeMethodDescription<R> Future<R>
ComputationGraphForkJoin.fork
(TaskSupplier<R> supplier) -
Uses of TaskSupplier in fj.impl.exclusion
Methods in fj.impl.exclusion with parameters of type TaskSupplier -
Uses of TaskSupplier in fj.impl.executor
Methods in fj.impl.executor with parameters of type TaskSupplierModifier and TypeMethodDescription<T> Future<T>
ExecutorForkJoin.fork
(TaskSupplier<T> supplier) <R> R
ExecutorServiceBuilder.forkJoinGet
(TaskSupplier<R> supplier) -
Uses of TaskSupplier in fj.impl.funnel
Methods in fj.impl.funnel with parameters of type TaskSupplierModifier and TypeMethodDescription<R> Future<R>
AbstractDecoratingFunnelingForkJoin.fork
(TaskSupplier<R> supplier) -
Uses of TaskSupplier in fj.impl.future
Methods in fj.impl.future with parameters of type TaskSupplierModifier and TypeMethodDescriptionstatic <T> Future<T>
Futures.eagerRethrowAsUncheckedIfNecessaryTaskSupplier
(TaskSupplier<T> supplier) Deprecated.Constructors in fj.impl.future with parameters of type TaskSupplierModifierConstructorDescriptionAbstractAtConstructionOrAtForceFuture
(TaskSupplier<T> supplier, Supplier<Boolean> predicate) -
Uses of TaskSupplier in fj.impl.impartial
Methods in fj.impl.impartial with parameters of type TaskSupplier -
Uses of TaskSupplier in fj.impl.linear
Methods in fj.impl.linear with parameters of type TaskSupplier -
Uses of TaskSupplier in x10
Methods in x10 with parameters of type TaskSupplier -
Uses of TaskSupplier in x10.impl.fj
Methods in x10.impl.fj with parameters of type TaskSupplierModifier and TypeMethodDescription<T> T
BookkeepingForkJoinX10.finish
(TaskSupplier<T> supplier) <T> T
ForkJoinX10.finish
(TaskSupplier<T> supplier)