ConstObjImpl

trait ConstObjImpl[T <: Txn[T], A] extends Obj[T] with Publisher[T, A]
trait Obj[T]
trait Mutable[T]
trait Identified[T]
trait Elem[T]
trait Publisher[T, A]
trait Disposable[T]
trait Writable
trait Form[T]
class Object
trait Matchable
class Any

Value members

Abstract methods

protected
def writeData(out: DataOutput): Unit

Concrete methods

final
def changed: EventLike[T, A]
final
def dispose()(implicit tx: T): Unit
final
def write(out: DataOutput): Unit

Inherited methods

final
def attr(implicit tx: T): AttrMap[T]
Inherited from
Obj
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
Obj -> Any
Inherited from
Obj
override
def tpe: Type
Definition Classes
Inherited from
Obj