Packages

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
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpawnedAnonymous
  2. Serializable
  3. Serializable
  4. Product2
  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 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( ... )
  9. def productIterator: Iterator[Any]
    Definition Classes
    Product
  10. def productPrefix: String
    Definition Classes
    SpawnedAnonymous → Product
  11. val props: typed.Props
  12. val ref: typed.ActorRef[T]
  13. def toString(): String
    Definition Classes
    SpawnedAnonymous → AnyRef → Any