Package dev.engine_room.flywheel.lib.task
@ParametersAreNonnullByDefault
package dev.engine_room.flywheel.lib.task
-
ClassDescriptionBarrierPlan<C>Executes one plan or another, depending on a dynamically evaluated condition.A plan that executes many other plans provided dynamically.ForEachPlan<T,
C> A plan that executes code on each element of a provided list.ForEachSlicePlan<T,C> A plan that executes code over many slices of a provided list.IfElsePlan<C>Executes one plan or another, depending on a dynamically evaluated condition.MapContextPlan<C,D> NestedPlan<C>PlanMap<K,C> A plan that executes a dynamic list of plans in parallel.RunnablePlan<C>SimplePlan<C>UnitPlan<C>