(actorSelection: StringAdd).self
(actorSelection: StringFormat).self
(Since version 2.2) use the two-arg variant (typically getSelf() as second arg)
(actorSelection: ArrowAssoc[ActorSelection]).x
(Since version 2.10.0) Use leftOfArrow instead
(actorSelection: Ensuring[ActorSelection]).x
(Since version 2.10.0) Use resultOfEnsuring instead
An ActorSelection is a logical view of a section of an ActorSystem's tree of Actors, allowing for broadcasting of messages to that section.