Class Effect.Scheduled$

java.lang.Object
org.apache.pekko.actor.testkit.typed.Effect.Scheduled$
All Implemented Interfaces:
Serializable
Enclosing class:
Effect

public static class Effect.Scheduled$ extends Object implements Serializable
See Also:
  • Field Details

    • MODULE$

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

    • Scheduled$

      public Scheduled$()
  • Method Details

    • toString

      public final String toString()
      Overrides:
      toString in class 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)