VarImpl

protected trait VarImpl[T <: Txn[T]] extends ExprVarImpl[T, A, Repr[T]]
trait ExprVarImpl[T, A, Repr[T]]
trait Var[T, Repr[T]]
trait Ref[T, Repr[T]]
trait Sink[T, Repr[T]]
trait Source[T, Repr[T]]
trait ExprNodeImpl[T, A]
trait SingleEventNode[T, Change[A]]
trait Node[T]
trait Expr[T, A]
trait Obj[T]
trait Mutable[T]
trait Identified[T]
trait Elem[T]
trait Publisher[T, Change[A]]
trait Disposable[T]
trait Writable
trait ExprLike[T, A]
trait Form[T]
class Object
trait Matchable
class Any

Type members

Inherited classlikes

trait Changed extends SingleEvent[T, A]
Inherited from:
SingleEventNode
object changed extends Changed with GeneratorEvent[T, Change[A]]
Inherited from:
ExprVarImpl

Value members

Concrete methods

final override def tpe: Type
Definition Classes
Obj -> Elem

Inherited methods

final def apply()(implicit tx: T): Repr[T]
Inherited from:
ExprVarImpl
final def attr(implicit tx: T): AttrMap[T]
Inherited from:
Obj
final def connect()(implicit tx: T): VarImpl[T]
Inherited from:
ExprVarImpl
final def dispose()(implicit tx: T): Unit
Inherited from:
Node
final protected def disposeData()(implicit tx: T): Unit
Inherited from:
ExprVarImpl
override def equals(that: Any): Boolean
Definition Classes
Identified -> Any
Inherited from:
Identified
override def hashCode: Int
Definition Classes
Identified -> Any
Inherited from:
Identified
final def id: Ident[T]
Inherited from:
Node
protected def ref: Var[T, Repr[T]]
Inherited from:
ExprVarImpl
final def swap(expr: Repr[T])(implicit tx: T): Repr[T]
Inherited from:
ExprVarImpl
protected def targets: Targets[T]
Inherited from:
Node
override def toString: String
Definition Classes
ExprVarImpl -> ExprNodeImpl -> Node -> Obj -> Any
Inherited from:
ExprVarImpl
final def update(expr: Repr[T])(implicit tx: T): Unit
Inherited from:
ExprVarImpl
final def value(implicit tx: T): A
Inherited from:
ExprVarImpl
final def write(out: DataOutput): Unit
Inherited from:
Node
final protected def writeData(out: DataOutput): Unit
Inherited from:
ExprVarImpl