object SpawnedAnonymous extends Serializable
- Source
- Effect.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SpawnedAnonymous
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply[T](behavior: Behavior[T], props: typed.Props = Props.empty): SpawnedAnonymous[T]
- def unapply[T](s: SpawnedAnonymous[T]): [(Behavior[T], typed.Props)]