final class AskableActorRef extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AskableActorRef
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def ?(message: Any)(implicit timeout: Timeout, sender: ActorRef = Actor.noSender): Future[Any]
- def ?(message: Any)(implicit timeout: Timeout): Future[Any]
INTERNAL API: for binary compatibility
INTERNAL API: for binary compatibility
- Attributes
- protected
- val actorRef: ActorRef
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def ask(message: Any)(implicit timeout: Timeout, sender: ActorRef = Actor.noSender): Future[Any]
- def ask(message: Any, timeout: Timeout): Future[Any]
INTERNAL API: for binary compatibility
INTERNAL API: for binary compatibility
- Attributes
- protected
- def askWithStatus(message: Any)(implicit timeout: Timeout, sender: ActorRef = Actor.noSender): Future[Any]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any