ExprConstImpl

trait ExprConstImpl[T <: Txn[T], A] extends Const[T, A] with ConstObjImpl[T, Change[A]]
trait ConstObjImpl[T, Change[A]]
trait Const[T, A]
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 ConstImpl[T]

Value members

Concrete methods

override def toString: String
Definition Classes
Obj -> Any
final def value(implicit tx: T): A

Inherited methods

final def attr(implicit tx: T): AttrMap[T]
Inherited from:
Obj
final def changed: EventLike[T, Change[A]]
Inherited from:
ConstObjImpl
final def dispose()(implicit tx: T): Unit
Inherited from:
ConstObjImpl
override def equals(that: Any): Boolean
Definition Classes
Identified -> Any
Inherited from:
Identified
override def hashCode: Int
Definition Classes
Identified -> Any
Inherited from:
Identified
def id: Ident[T]
Inherited from:
Identified
override def tpe: Type
Definition Classes
Obj -> Elem
Inherited from:
Obj
final def write(out: DataOutput): Unit
Inherited from:
ConstObjImpl
protected def writeData(out: DataOutput): Unit
Inherited from:
ConstObjImpl