scala.actors

OutputChannel

trait OutputChannel[-Msg] extends AnyRef

A common interface for all channels to which values can be sent.

Source
OutputChannel.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. OutputChannel
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All
dl>
  • final def ne(arg0: AnyRef): Boolean

    Equivalent to !(this eq that).

    Equivalent to !(this eq that).

    returns

    true if the argument is not a reference to the receiver object; false otherwise.

    Definition Classes
    AnyRef
  • final def notify(): Unit

    Wakes up a single thread that is waiting on the receiver object's monitor.

    Wakes up a single thread that is waiting on the receiver object's monitor.

    Definition Classes
    AnyRef
    Note

    not specified by SLS as a member of AnyRef

  • final def notifyAll(): Unit

    Wakes up all threads that are waiting on the receiver object's monitor.

    Wakes up all threads that are waiting on the receiver object's monitor.

    Definition Classes
    AnyRef
    Note

    not specified by SLS as a member of AnyRef

  • final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  • def toString(): String

    Creates a String representation of this object.

    Creates a String representation of this object. The default representation is platform dependent. On the java platform it is the concatenation of the class name, "@", and the object's hashcode in hexadecimal.

    returns

    a String representation of the object.

    Definition Classes
    ExitFunFunction2 → AnyRef → Any
  • def tupled: ((AbstractActor, Proxy)) ⇒ Unit

    Creates a tupled version of this function: instead of 2 arguments, it accepts a single Tuple2 argument.

    Creates a tupled version of this function: instead of 2 arguments, it accepts a single Tuple2 argument.

    returns

    a function f such that f((x1, x2)) == f(Tuple2(x1, x2)) == apply(x1, x2)

    Definition Classes
    Function2
  • final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  • final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  • final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  • Deprecated Value Members

    1. def curry: (AbstractActor) ⇒ (Proxy) ⇒ Unit

      Definition Classes
      Function2
      Annotations
      @deprecated
      Deprecated

      (Since version 2.8.0) Use 'curried' instead

    Inherited from Serializable

    Inherited from Serializable

    Inherited from (AbstractActor, Proxy) ⇒ Unit

    Inherited from AnyRef

    Inherited from Any

    ./usr/share/doc/scala-doc/html/scala/actors/OutputChannel.html0000644000000000000000000007627511754172266023254 0ustar rootroot scala.actors.OutputChannel

    scala.actors

    OutputChannel

    trait OutputChannel[-Msg] extends AnyRef

    A common interface for all channels to which values can be sent.

    Source
    OutputChannel.scala
    Linear Supertypes
    AnyRef, Any
    Known Subclasses
    Ordering
    1. Alphabetic
    2. By inheritance
    Inherited
    1. Hide All
    2. Show all
    1. OutputChannel
    2. AnyRef
    3. Any
    Visibility
    1. Public
    2. All
    dl>
  • final def ne(arg0: AnyRef): Boolean

    Equivalent to !(this eq that).

    Equivalent to !(this eq that).

    returns

    true if the argument is not a reference to the receiver object; false otherwise.

    Definition Classes
    AnyRef
  • final def notify(): Unit

    Wakes up a single thread that is waiting on the receiver object's monitor.

    Wakes up a single thread that is waiting on the receiver object's monitor.

    Definition Classes
    AnyRef
    Note

    not specified by SLS as a member of AnyRef

  • final def notifyAll(): Unit

    Wakes up all threads that are waiting on the receiver object's monitor.

    Wakes up all threads that are waiting on the receiver object's monitor.

    Definition Classes
    AnyRef
    Note

    not specified by SLS as a member of AnyRef

  • final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  • def toString(): String

    Creates a String representation of this object.

    Creates a String representation of this object. The default representation is platform dependent. On the java platform it is the concatenation of the class name, "@", and the object's hashcode in hexadecimal.

    returns

    a String representation of the object.

    Definition Classes
    ExitFunFunction2 → AnyRef → Any
  • def tupled: ((AbstractActor, Proxy)) ⇒ Unit

    Creates a tupled version of this function: instead of 2 arguments, it accepts a single Tuple2 argument.

    Creates a tupled version of this function: instead of 2 arguments, it accepts a single Tuple2 argument.

    returns

    a function f such that f((x1, x2)) == f(Tuple2(x1, x2)) == apply(x1, x2)

    Definition Classes
    Function2
  • final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  • final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  • final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  • Deprecated Value Members

    1. def curry: (AbstractActor) ⇒ (Proxy) ⇒ Unit

      Definition Classes
      Function2
      Annotations
      @deprecated
      Deprecated

      (Since version 2.8.0) Use 'curried' instead

    Inherited from Serializable

    Inherited from Serializable

    Inherited from (AbstractActor, Proxy) ⇒ Unit

    Inherited from AnyRef

    Inherited from Any