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