public class ActorRef$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ActorRef$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ActorRef$() |
Modifier and Type | Method and Description |
---|---|
<T> ActorRef<T> |
apply(akka.actor.ActorRef ref)
Construct a typed ActorRef from an untyped one and a protocol definition
(i.e.
|
<T> ScalaActorRef<T> |
toScalaActorRef(ActorRef<T> ref) |
public static final ActorRef$ MODULE$
public <T> ScalaActorRef<T> toScalaActorRef(ActorRef<T> ref)
public <T> ActorRef<T> apply(akka.actor.ActorRef ref)
ref
- (undocumented)