Scala Library
|
|
scala/concurrent/Channel.scala
]
class
Channel[A]
extends
AnyRefMethod Summary | |
def
|
read : A |
def
|
write (x : A) : Unit |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Class Summary | |
class
|
LinkedList
[A] extends AnyRef
|
Method Details |
Scala Library
|
|