final class SpawnedAnonymous[T] extends Effect with Product2[Behavior[T], typed.Props] with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- SpawnedAnonymous
- Serializable
- Product2
- Product
- Equals
- Effect
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SpawnedAnonymous(behavior: Behavior[T], props: typed.Props, ref: typed.ActorRef[T])
Value Members
- def _1: Behavior[T]
- Definition Classes
- SpawnedAnonymous → Product2
- def _2: typed.Props
- Definition Classes
- SpawnedAnonymous → Product2
- val behavior: Behavior[T]
- def canEqual(o: Any): Boolean
- Definition Classes
- SpawnedAnonymous → Equals
- def equals(other: Any): Boolean
- Definition Classes
- SpawnedAnonymous → Equals → AnyRef → Any
- def hashCode(): Int
- Definition Classes
- SpawnedAnonymous → AnyRef → Any
- def productArity: Int
- Definition Classes
- Product2 → Product
- def productElement(n: Int): Any
- Definition Classes
- Product2 → 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
- SpawnedAnonymous → Product
- val props: typed.Props
- val ref: typed.ActorRef[T]
- def toString(): String
- Definition Classes
- SpawnedAnonymous → AnyRef → Any
The behavior spawned an anonymous child with the given behavior (and optionally specific props)