final class AskableActorRef extends AnyVal
- Source
- AskSupport.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- AskableActorRef
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def ?(message: Any)(implicit timeout: Timeout, sender: ActorRef = Actor.noSender): [Any]
- val actorRef: ActorRef
- def ask(message: Any)(implicit timeout: Timeout, sender: ActorRef = Actor.noSender): [Any]
- def askWithStatus(message: Any)(implicit timeout: Timeout, sender: ActorRef = Actor.noSender): [Any]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any