Uses of Interface
fj.impl.funnel.ForkLoopFunnel
Packages that use ForkLoopFunnel
-
Uses of ForkLoopFunnel in fj.impl.cg
Methods in fj.impl.cg with parameters of type ForkLoopFunnelModifier and TypeMethodDescriptionComputationGraphForkJoin.fork_loop_funnel
(ForkLoopFunnel<T> funnel, TaskFunction<T, R> function) ComputationGraphForkJoin.fork_loop_with_index_funnel
(ForkLoopFunnel<T> funnel, TaskFunctionWithIndex<T, R> functionWithIndex) -
Uses of ForkLoopFunnel in fj.impl.chronicle
Methods in fj.impl.chronicle that return types with arguments of type ForkLoopFunnelModifier and TypeMethodDescriptionList<ForkLoopFunnel<?>>
Chronicle.allForkLoopFunnels()
List<ForkLoopFunnel<?>>
Chronicle.forkLoopFunnels()
List<ForkLoopFunnel<?>>
Chronicle.forkLoopWithIndexFunnels()
-
Uses of ForkLoopFunnel in fj.impl.funnel
Classes in fj.impl.funnel that implement ForkLoopFunnelModifier and TypeClassDescriptionclass
class
class
Methods in fj.impl.funnel with parameters of type ForkLoopFunnelModifier and TypeMethodDescriptionAbstractDecoratingFunnelingForkJoin.fork_loop_funnel
(ForkLoopFunnel<T> funnel, TaskFunction<T, R> function) AbstractFunnelingForkJoin.fork_loop_funnel
(ForkLoopFunnel<T> funnel, TaskFunction<T, R> function) AbstractDecoratingFunnelingForkJoin.fork_loop_with_index_funnel
(ForkLoopFunnel<T> funnel, TaskFunctionWithIndex<T, R> functionWithIndex) AbstractFunnelingForkJoin.fork_loop_with_index_funnel
(ForkLoopFunnel<T> funnel, TaskFunctionWithIndex<T, R> functionWithIndex)