|
Scala Library
|
|
scala/concurrent/Channel.scala]
class
Channel[a]
extends AnyRef| Method 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
|
|