ExprVarImpl

trait ExprVarImpl[T <: Txn[T], A, Repr <: Expr[T, A]] extends Expr[T, A] with ExprNodeImpl[T, A] with Var[T, Repr]
trait Var[T, Repr]
trait Ref[T, Repr]
trait Sink[T, Repr]
trait Source[T, Repr]
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
trait VarImpl[T]
ExprVarImpl[T, A, Repr]

Type members

Classlikes

object changed extends Changed with GeneratorEvent[T, Change[A]]

Inherited classlikes

trait Changed
Inherited from
SingleEventNode

Value members

Abstract methods

protected
def ref: Var[T, Repr]

Concrete methods

final
def apply()(implicit tx: T): Repr
final
def connect()(implicit tx: T): ExprVarImpl[T, A, Repr]
final protected
def disposeData()(implicit tx: T): Unit
final
def swap(expr: Repr)(implicit tx: T): Repr
override
def toString: String
Definition Classes
ExprNodeImpl -> Node -> Obj -> Any
final
def update(expr: Repr)(implicit tx: T): Unit
final
def value(implicit tx: T): A
final protected
def writeData(out: DataOutput): Unit

Inherited methods

final
def attr(implicit tx: T): AttrMap[T]
Inherited from
Obj
final
def dispose()(implicit tx: T): Unit
Inherited from
Node
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 targets: Targets[T]
Inherited from
Node
override
def tpe: Type
Definition Classes
Obj -> Elem
Inherited from
Obj
final
def write(out: DataOutput): Unit
Inherited from
Node