EditExprVar

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T <: Txn[LazyRef(...)], A, E <: ([~ <: Txn[LazyRef(...)]] =>> Expr[~, A])](vr: E[T] & Var[T, E[T]], value: E[T])(implicit tx: T, tpe: Type[A, E]): Unit
def applyDo[T <: Txn[LazyRef(...)], A, E <: ([~ <: Txn[LazyRef(...)]] =>> Expr[~, A])](vr: E[T] & Var[T, E[T]], value: E[T])(implicit tx: T): Unit
def applyUndo[T <: Txn[LazyRef(...)], A, E <: ([~ <: Txn[LazyRef(...)]] =>> Expr[~, A])](vr: E[T] & Var[T, E[T]], value: E[T])(implicit tx: T, tpe: Type[A, E], undo: UndoManager[T]): Unit