Class Effect.Unwatched$
- java.lang.Object
-
- org.apache.pekko.actor.testkit.typed.Effect.Unwatched$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Effect
public static class Effect.Unwatched$ extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Effect.Unwatched$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Unwatched$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Effect.Unwatched<T>apply(ActorRef<T> other)java.lang.StringtoString()<T> scala.Option<ActorRef<T>>unapply(Effect.Unwatched<T> x$0)
-
-
-
Field Detail
-
MODULE$
public static final Effect.Unwatched$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
apply
public <T> Effect.Unwatched<T> apply(ActorRef<T> other)
-
unapply
public <T> scala.Option<ActorRef<T>> unapply(Effect.Unwatched<T> x$0)
-
-