Class ClockDef

java.lang.Object
swim.concurrent.ClockDef
All Implemented Interfaces:
Debug, ScheduleDef

public class ClockDef extends Object implements ScheduleDef, Debug
  • Constructor Details

    • ClockDef

      public ClockDef(int tickMillis, int tickCount)
  • Method Details

    • tickMillis

      public final int tickMillis()
    • tickMillis

      public ClockDef tickMillis(int tickMillis)
    • tickCount

      public final int tickCount()
    • tickCount

      public ClockDef tickCount(int tickCount)
    • copy

      protected ClockDef copy(int tickMillis, int tickCount)
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • debug

      public <T> Output<T> debug(Output<T> output)
      Description copied from interface: Debug
      Writes a developer readable, debug-formatted string representation of this object to output.
      Specified by:
      debug in interface Debug
      Returns:
      the continuation of the output.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • standard

      public static ClockDef standard()
    • clockForm

      @Kind public static Form<ClockDef> clockForm()