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