ExpandedAttrSet

final
class ExpandedAttrSet[T <: Txn[T], A](attrView: Var[T, Option[A]], value: IExpr[T, A]) extends IActionImpl[T]
trait IActionImpl[T]
trait IAction[T]
trait Disposable[T]
trait Form[T]
class Object
trait Matchable
class Any

Value members

Concrete methods

def executeAction()(implicit tx: T): Unit

Inherited methods

final protected
def addDisposable(d: Disposable[T])(implicit tx: T): Unit
Inherited from
IActionImpl
def addSource(tr: ITrigger[T])(implicit tx: T): Unit
Inherited from
IActionImpl
def dispose()(implicit tx: T): Unit
Inherited from
IActionImpl