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