Package akka.actor

Class TimerSchedulerImpl.Timer$

    • Field Summary

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

      Constructors 
      Constructor Description
      Timer$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TimerSchedulerImpl.Timer apply​(java.lang.Object key, java.lang.Object msg, boolean repeat, int generation, Cancellable task)  
      java.lang.String toString()  
      scala.Option<scala.Tuple5<java.lang.Object,​java.lang.Object,​java.lang.Object,​java.lang.Object,​Cancellable>> unapply​(TimerSchedulerImpl.Timer x$0)  
      • Methods inherited from class scala.runtime.AbstractFunction5

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

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

        apply
    • Field Detail

      • MODULE$

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

      • Timer$

        public Timer$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Specified by:
        toString in interface scala.Function5<java.lang.Object,​java.lang.Object,​java.lang.Object,​java.lang.Object,​Cancellable,​TimerSchedulerImpl.Timer>
        Overrides:
        toString in class scala.runtime.AbstractFunction5<java.lang.Object,​java.lang.Object,​java.lang.Object,​java.lang.Object,​Cancellable,​TimerSchedulerImpl.Timer>
      • unapply

        public scala.Option<scala.Tuple5<java.lang.Object,​java.lang.Object,​java.lang.Object,​java.lang.Object,​Cancellable>> unapply​(TimerSchedulerImpl.Timer x$0)