Class Effect.Scheduled$

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Effect

    public static class Effect.Scheduled$
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Effect.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
      <U> Effect.Scheduled<U> apply​(scala.concurrent.duration.FiniteDuration delay, ActorRef<U> target, U message)  
      java.lang.String toString()  
      <U> scala.Option<scala.Tuple3<scala.concurrent.duration.FiniteDuration,​ActorRef<U>,​U>> unapply​(Effect.Scheduled<U> x$0)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final Effect.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()
        Overrides:
        toString in class java.lang.Object
      • apply

        public <U> Effect.Scheduled<U> apply​(scala.concurrent.duration.FiniteDuration delay,
                                             ActorRef<U> target,
                                             U message)
      • unapply

        public <U> scala.Option<scala.Tuple3<scala.concurrent.duration.FiniteDuration,​ActorRef<U>,​U>> unapply​(Effect.Scheduled<U> x$0)