final class Spawned[T] extends Effect with Product3[Behavior[T], String, typed.Props] with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Spawned
- Serializable
- Product3
- Product
- Equals
- Effect
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Spawned(behavior: Behavior[T], childName: String, props: typed.Props, ref: typed.ActorRef[T])
Value Members
- def _1: Behavior[T]
- Definition Classes
- Spawned → Product3
- def _2: String
- Definition Classes
- Spawned → Product3
- def _3: typed.Props
- Definition Classes
- Spawned → Product3
- val behavior: Behavior[T]
- def canEqual(o: Any): Boolean
- Definition Classes
- Spawned → Equals
- val childName: String
- def equals(other: Any): Boolean
- Definition Classes
- Spawned → Equals → AnyRef → Any
- def hashCode(): Int
- Definition Classes
- Spawned → AnyRef → Any
- def productArity: Int
- Definition Classes
- Product3 → Product
- def productElement(n: Int): Any
- Definition Classes
- Product3 → Product
- Annotations
- @throws(classOf[java.lang.IndexOutOfBoundsException])
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Spawned → Product
- val props: typed.Props
- val ref: typed.ActorRef[T]
- def toString(): String
- Definition Classes
- Spawned → AnyRef → Any
The behavior spawned a named child with the given behavior (and optionally specific props)