Class Effect.Scheduled$
java.lang.Object
org.apache.pekko.actor.testkit.typed.Effect.Scheduled$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Effect
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Effect.Scheduled$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<U> Effect.Scheduled<U>final StringtoString()<U> scala.Option<scala.Tuple3<scala.concurrent.duration.FiniteDuration,ActorRef<U>, U>> unapply(Effect.Scheduled<U> x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Scheduled$
public Scheduled$()
-
-
Method Details
-
toString
-
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>, unapplyU>> (Effect.Scheduled<U> x$0)
-