Class Effect.TimerScheduled<U>

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product
    Enclosing class:
    Effect

    public static final class Effect.TimerScheduled<U>
    extends Effect
    implements scala.Product, java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • TimerScheduled

        public TimerScheduled​(java.lang.Object key,
                              U msg,
                              scala.concurrent.duration.FiniteDuration delay,
                              akka.actor.testkit.typed.Effect.TimerScheduled.TimerMode mode,
                              boolean overriding,
                              scala.Function0<scala.runtime.BoxedUnit> send)
    • Method Detail

      • key

        public java.lang.Object key()
      • msg

        public U msg()
      • delay

        public scala.concurrent.duration.FiniteDuration delay()
      • mode

        public akka.actor.testkit.typed.Effect.TimerScheduled.TimerMode mode()
      • overriding

        public boolean overriding()
      • send

        public scala.Function0<scala.runtime.BoxedUnit> send()
      • duration

        public java.time.Duration duration()
      • copy

        public <U> Effect.TimerScheduled<U> copy​(java.lang.Object key,
                                                 U msg,
                                                 scala.concurrent.duration.FiniteDuration delay,
                                                 akka.actor.testkit.typed.Effect.TimerScheduled.TimerMode mode,
                                                 boolean overriding,
                                                 scala.Function0<scala.runtime.BoxedUnit> send)
      • copy$default$1

        public <U> java.lang.Object copy$default$1()
      • copy$default$2

        public <U> U copy$default$2()
      • copy$default$3

        public <U> scala.concurrent.duration.FiniteDuration copy$default$3()
      • copy$default$4

        public <U> akka.actor.testkit.typed.Effect.TimerScheduled.TimerMode copy$default$4()
      • copy$default$5

        public <U> boolean copy$default$5()
      • productPrefix

        public java.lang.String productPrefix()
        Specified by:
        productPrefix in interface scala.Product
      • productArity

        public int productArity()
        Specified by:
        productArity in interface scala.Product
      • productElement

        public java.lang.Object productElement​(int x$1)
        Specified by:
        productElement in interface scala.Product
      • productIterator

        public scala.collection.Iterator<java.lang.Object> productIterator()
        Specified by:
        productIterator in interface scala.Product
      • canEqual

        public boolean canEqual​(java.lang.Object x$1)
        Specified by:
        canEqual in interface scala.Equals
      • productElementName

        public java.lang.String productElementName​(int x$1)
        Specified by:
        productElementName in interface scala.Product
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object x$1)
        Specified by:
        equals in interface scala.Equals
        Overrides:
        equals in class java.lang.Object