Class

io.scalajs.npm.drama

ActorExtensions

Related Doc: package drama

Permalink

implicit final class ActorExtensions extends AnyVal

Actor Extensions

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActorExtensions
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ActorExtensions(actor: Actor)

    Permalink

    actor

    the given actor

Value Members

  1. def !(request: (String, Any)): Unit

    Permalink

    Sends the given message to the specified method

    Sends the given message to the specified method

    request

    the method/message tuple

    Annotations
    @inline()
  2. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  3. final def ##(): Int

    Permalink
    Definition Classes
    Any
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  5. def ?(method: String): Future[Any]

    Permalink

    Requests state of the given method the specified actor

    Requests state of the given method the specified actor

    method

    the given method

    returns

    the promise of the state

    Annotations
    @inline()
  6. val actor: Actor

    Permalink

    the given actor

  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def askFuture(method: String): Future[Any]

    Permalink

    Requests state of the given method the specified actor

    Requests state of the given method the specified actor

    method

    the given method

    returns

    the promise of the state

    Annotations
    @inline()
  9. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  10. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  11. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped