Package akka.actor.testkit.typed
Class Effect.Scheduled$
- java.lang.Object
-
- akka.actor.testkit.typed.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)
-
-
-
Field Detail
-
MODULE$
public static final Effect.Scheduled$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.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)
-
-