|
|
Scala 2.3.3
|
class
SyncVar
[a]
extends java.lang.Object
with scala.ScalaObject
SyncVar ...| Constructor Summary | |
def
this
|
|
| Def Summary | |
def
get
: a
|
|
def
isSet
: scala.Boolean
|
|
def
set
(x: a)
: scala.Unit
|
|
def
unset
: scala.Unit
|
|
| Constructor Detail |
| Def Detail |