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