in scala/concurrent
class SyncVar

class SyncVar[a]()
extends Object
with ScalaObject

Method Summary
  def get: a
  def isSet: Boolean
  def set(x: a): Unit
  def unset: Unit

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Method Detail

get

  def get: a

set

  def set(x: a): Unit

isSet

  def isSet: Boolean

unset

  def unset: Unit