java.lang.Object
swim.concurrent.TheaterDef
- All Implemented Interfaces:
swim.codec.Debug,StageDef
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TheaterDefcopy(String name, int parallelism, ScheduleDef scheduleDef) <T> swim.codec.Output<T>debug(swim.codec.Output<T> output) booleaninthashCode()final Stringname()final intparallelism(int parallelism) final ScheduleDefscheduleDef(ScheduleDef scheduleDef) static TheaterDefstandard()static swim.structure.Form<TheaterDef>static swim.structure.Form<TheaterDef>theaterForm(swim.structure.Form<ScheduleDef> scheduleForm) toString()
-
Constructor Details
-
TheaterDef
-
-
Method Details
-
name
-
name
-
parallelism
public final int parallelism() -
parallelism
-
scheduleDef
-
scheduleDef
-
copy
-
equals
-
hashCode
public int hashCode() -
debug
public <T> swim.codec.Output<T> debug(swim.codec.Output<T> output) - Specified by:
debugin interfaceswim.codec.Debug
-
toString
-
standard
-
theaterForm
-
theaterForm
public static swim.structure.Form<TheaterDef> theaterForm(swim.structure.Form<ScheduleDef> scheduleForm)
-