ConstElemImpl

trait ConstElemImpl[T <: Txn[T]] extends Elem[T]
trait Elem[T]
trait Publisher[T, Any]
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 dispose()(implicit tx: T): Unit
final
def write(out: DataOutput): Unit

Inherited methods

def changed: EventLike[T, Any]
Inherited from
Publisher
def tpe: Type
Inherited from
Elem