Class Hierarchy
- java.lang.Object
- dev.engine_room.flywheel.lib.task.ConditionalPlan.Builder<C>
- dev.engine_room.flywheel.lib.task.Distribute
- dev.engine_room.flywheel.lib.task.IfElsePlan.Builder<C>
- dev.engine_room.flywheel.lib.task.MapContextPlan.Builder<C,
D> - dev.engine_room.flywheel.lib.task.PlanMap<K,
C> (implements dev.engine_room.flywheel.lib.task.SimplyComposedPlan<C>) - java.lang.Record
- dev.engine_room.flywheel.lib.task.BarrierPlan<C> (implements dev.engine_room.flywheel.lib.task.SimplyComposedPlan<C>)
- dev.engine_room.flywheel.lib.task.ConditionalPlan<C> (implements dev.engine_room.flywheel.lib.task.SimplyComposedPlan<C>)
- dev.engine_room.flywheel.lib.task.DynamicNestedPlan<C> (implements dev.engine_room.flywheel.lib.task.SimplyComposedPlan<C>)
- dev.engine_room.flywheel.lib.task.ForEachPlan<T,
C> (implements dev.engine_room.flywheel.lib.task.SimplyComposedPlan<C>) - dev.engine_room.flywheel.lib.task.ForEachSlicePlan<T,
C> (implements dev.engine_room.flywheel.lib.task.SimplyComposedPlan<C>) - dev.engine_room.flywheel.lib.task.IfElsePlan<C> (implements dev.engine_room.flywheel.lib.task.SimplyComposedPlan<C>)
- dev.engine_room.flywheel.lib.task.MapContextPlan<C,
D> (implements dev.engine_room.flywheel.lib.task.SimplyComposedPlan<C>) - dev.engine_room.flywheel.lib.task.NestedPlan<C> (implements dev.engine_room.flywheel.lib.task.SimplyComposedPlan<C>)
- dev.engine_room.flywheel.lib.task.RunnablePlan<C> (implements dev.engine_room.flywheel.lib.task.SimplyComposedPlan<C>)
- dev.engine_room.flywheel.lib.task.SimplePlan<C> (implements dev.engine_room.flywheel.lib.task.SimplyComposedPlan<C>)
- dev.engine_room.flywheel.lib.task.Synchronizer (implements java.lang.Runnable)
- dev.engine_room.flywheel.lib.task.UnitPlan<C> (implements dev.engine_room.flywheel.api.task.Plan<C>)
Interface Hierarchy
- dev.engine_room.flywheel.api.task.Plan<C>
- dev.engine_room.flywheel.lib.task.SimplyComposedPlan<C>