Class TimerMessages.Scheduled$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Function3<java.lang.Object,​java.lang.Object,​java.lang.Object,​TimerMessages.Scheduled>
    Enclosing class:
    TimerMessages

    public static class TimerMessages.Scheduled$
    extends scala.runtime.AbstractFunction3<java.lang.Object,​java.lang.Object,​java.lang.Object,​TimerMessages.Scheduled>
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static TimerMessages.Scheduled$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Scheduled$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TimerMessages.Scheduled apply​(java.lang.Object timerKey, int timerId, boolean repeating)  
      java.lang.String toString()  
      scala.Option<scala.Tuple3<java.lang.Object,​java.lang.Object,​java.lang.Object>> unapply​(TimerMessages.Scheduled x$0)  
      • Methods inherited from class scala.runtime.AbstractFunction3

        curried, tupled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface scala.Function3

        apply
    • Field Detail

      • MODULE$

        public static final TimerMessages.Scheduled$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Scheduled$

        public Scheduled$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Specified by:
        toString in interface scala.Function3<java.lang.Object,​java.lang.Object,​java.lang.Object,​TimerMessages.Scheduled>
        Overrides:
        toString in class scala.runtime.AbstractFunction3<java.lang.Object,​java.lang.Object,​java.lang.Object,​TimerMessages.Scheduled>
      • unapply

        public scala.Option<scala.Tuple3<java.lang.Object,​java.lang.Object,​java.lang.Object>> unapply​(TimerMessages.Scheduled x$0)