ConstImpl

protected trait ConstImpl[T <: Txn[T]] extends ExprConstImpl[T, A]
trait ExprConstImpl[T, 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

Value members

Concrete methods

final def tpe: Type
final protected def writeData(out: DataOutput): Unit

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 toString: String
Definition Classes
ExprConstImpl -> Obj -> Any
Inherited from:
ExprConstImpl
final def value(implicit tx: T): A
Inherited from:
ExprConstImpl
final def write(out: DataOutput): Unit
Inherited from:
ConstObjImpl