Packages

final class Spawned[T] extends Effect with Product3[Behavior[T], String, typed.Props] with Serializable

The behavior spawned a named child with the given behavior (and optionally specific props)

Source
Effect.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Spawned
  2. Serializable
  3. Serializable
  4. Product3
  5. Product
  6. Equals
  7. Effect
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Spawned(behavior: Behavior[T], childName: String, props: typed.Props, ref: typed.ActorRef[T])

Value Members

  1. def _1: Behavior[T]
    Definition Classes
    Spawned → Product3
  2. def _2: String
    Definition Classes
    Spawned → Product3
  3. def _3: typed.Props
    Definition Classes
    Spawned → Product3
  4. val behavior: Behavior[T]
  5. def canEqual(o: Any): Boolean
    Definition Classes
    Spawned → Equals
  6. val childName: String
  7. def equals(other: Any): Boolean
    Definition Classes
    Spawned → Equals → AnyRef → Any
  8. def hashCode(): Int
    Definition Classes
    Spawned → AnyRef → Any
  9. def productArity: Int
    Definition Classes
    Product3 → Product
  10. def productElement(n: Int): Any
    Definition Classes
    Product3 → Product
    Annotations
    @throws( ... )
  11. def productIterator: Iterator[Any]
    Definition Classes
    Product
  12. def productPrefix: String
    Definition Classes
    Spawned → Product
  13. val props: typed.Props
  14. val ref: typed.ActorRef[T]
  15. def toString(): String
    Definition Classes
    Spawned → AnyRef → Any