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]

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

Inherited methods

final def attr(tx: T): AttrMap[T]
Inherited from
Obj
final def dispose(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