final class SpawnedAnonymous[T] extends Effect with Product2[Behavior[T], typed.Props] with Serializable

The behavior spawned an anonymous child with the given behavior (and optionally specific props)

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

Instance Constructors

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

Value Members

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