|
Scala Library
|
|
scala/concurrent/SyncVar.scala]
class
SyncVar[A]
extends AnyRefSyncVar ...| Method Summary | |
def
|
get : A |
def
|
isSet : Boolean |
def
|
put (x : A) : Unit |
def
|
set (x : A) : Unit |
def
|
setWithCatch (x : => A) : Unit |
def
|
take : A |
def
|
unset : 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 |
| Method Details |
def
get : A
def
take : A
def
setWithCatch(x : => A) : Unit
def
isSet : Boolean
def
unset : Unit
|
Scala Library
|
|