Entry

trait Entry[T <: Txn[T], +A] extends Elem[T] with Publisher[T, Change[Long]]
Companion:
object
trait Elem[T]
trait Publisher[T, Change[Long]]
trait Disposable[T]
trait Writable
trait Form[T]
class Object
trait Matchable
class Any

Value members

Abstract methods

def key: LongObj[T]
def value: A

Inherited methods

def changed: EventLike[T, Change[Long]]
Inherited from:
Publisher
def dispose()(implicit tx: T): Unit
Inherited from:
Disposable
def tpe: Type
Inherited from:
Elem
def write(out: DataOutput): Unit
Inherited from:
Writable