scala.concurrent

Channel

class Channel[A] extends AnyRef

This class ...

Inherits

  1. AnyRef
  2. Any

Type Members

  1. class LinkedList[A] extends AnyRef

Value Members

  1. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  2. def hashCode(): Int

    Returns a hash code value for the object

  3. def read: A

  4. def toString(): String

    Returns a string representation of the object

  5. def write(x: A): Unit

Instance constructors

  1. new Channel()