Uses of Interface
fj.impl.funnel.JoinFunnel
Packages that use JoinFunnel
-
Uses of JoinFunnel in fj.impl.cg
Methods in fj.impl.cg with parameters of type JoinFunnelModifier and TypeMethodDescriptionprotected <R> List<R>
ComputationGraphForkJoin.join_funnel
(JoinFunnel<R> funnel) -
Uses of JoinFunnel in fj.impl.chronicle
Methods in fj.impl.chronicle that return types with arguments of type JoinFunnel -
Uses of JoinFunnel in fj.impl.funnel
Classes in fj.impl.funnel that implement JoinFunnelModifier and TypeClassDescriptionclass
class
class
Methods in fj.impl.funnel with parameters of type JoinFunnelModifier and TypeMethodDescriptionprotected <R> List<R>
AbstractDecoratingFunnelingForkJoin.join_funnel
(JoinFunnel<R> funnel) protected abstract <R> List<R>
AbstractFunnelingForkJoin.join_funnel
(JoinFunnel<R> funnel)