ExprLike

trait ExprLike[T <: Exec[T], +A] extends Form[T]

This is the current compromise for unifying Ex/IExpr and Expr in terms of their usability through runWith vs. obj.attr.

trait Form[T]
class Object
trait Matchable
class Any
trait IExpr[T, A]
trait Var[T, A]

Value members

Abstract methods

def changed: Observable[T, Change[A]]
def value(implicit tx: T): A