Package akka.actor.testkit.typed
Class Effect.SpawnedAnonymousAdapter$
- java.lang.Object
-
- akka.actor.testkit.typed.Effect.SpawnedAnonymousAdapter$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Effect
public static class Effect.SpawnedAnonymousAdapter$ extends java.lang.Object implements java.io.Serializable
INTERNAL API- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Effect.SpawnedAnonymousAdapter$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SpawnedAnonymousAdapter$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> akka.actor.testkit.typed.Effect.SpawnedAnonymousAdapter<T>
apply()
<T> boolean
unapply(akka.actor.testkit.typed.Effect.SpawnedAnonymousAdapter<T> s)
-
-
-
Field Detail
-
MODULE$
public static final Effect.SpawnedAnonymousAdapter$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-