public class ActorSelection$
extends java.lang.Object
implements scala.Serializable
Modifier and Type | Field and Description |
---|---|
static ActorSelection$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ActorSelection$() |
Modifier and Type | Method and Description |
---|---|
ActorSelection |
apply(ActorRef anchorRef,
scala.collection.Iterable<java.lang.String> elements)
Construct an ActorSelection from the given string representing a path
relative to the given target.
|
ActorSelection |
apply(ActorRef anchorRef,
java.lang.String path)
Construct an ActorSelection from the given string representing a path
relative to the given target.
|
ScalaActorSelection |
toScala(ActorSelection sel) |
public static final ActorSelection$ MODULE$
public ScalaActorSelection toScala(ActorSelection sel)
public ActorSelection apply(ActorRef anchorRef, java.lang.String path)
public ActorSelection apply(ActorRef anchorRef, scala.collection.Iterable<java.lang.String> elements)