Package akka.actor.testkit.typed
Class Effect.WatchedWith$
- java.lang.Object
-
- akka.actor.testkit.typed.Effect.WatchedWith$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Effect
public static class Effect.WatchedWith$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Effect.WatchedWith$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description WatchedWith$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <U,T>
Effect.WatchedWith<U,T>apply(ActorRef<U> other, T message)
java.lang.String
toString()
<U,T>
scala.Option<scala.Tuple2<ActorRef<U>,T>>unapply(Effect.WatchedWith<U,T> x$0)
-
-
-
Field Detail
-
MODULE$
public static final Effect.WatchedWith$ 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,T> Effect.WatchedWith<U,T> apply(ActorRef<U> other, T message)
-
unapply
public <U,T> scala.Option<scala.Tuple2<ActorRef<U>,T>> unapply(Effect.WatchedWith<U,T> x$0)
-
-