Var

trait Var[T, A] extends Var[T, A]
trait Var[T, A]
trait Disposable[T]
trait Writable
trait Ref[T, A]
trait Sink[T, A]
trait Source[T, A]
class Object
trait Matchable
class Any

Value members

Inherited methods

def apply()(implicit tx: T): A
Inherited from
Source
def dispose()(implicit tx: T): Unit
Inherited from
Disposable
def swap(value: A)(implicit tx: T): A
Inherited from
Ref
def update(value: A)(implicit tx: T): Unit
Inherited from
Sink
def write(out: DataOutput): Unit
Inherited from
Writable