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
Inherited from
SingleEventNode
object changed
Inherited from
ExprVarImpl

Value members

Concrete methods

final def tpe: Type

Inherited methods

final def apply(tx: T): Repr[T]
Inherited from
ExprVarImpl
final def attr(tx: T): AttrMap[T]
Inherited from
Obj
final def connect(tx: T): VarImpl[T]
Inherited from
ExprVarImpl
final def dispose(tx: T): Unit
Inherited from
Node
final protected def disposeData(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])(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])(tx: T): Unit
Inherited from
ExprVarImpl
final def value(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