Entry

object Entry extends Type
Companion
class
trait Type
class Object
trait Matchable
class Any

Value members

Concrete methods

def readIdentifiedObj[T <: Txn[LazyRef(...)]](in: DataInput)(implicit tx: T): Elem[T]
def unapply[T <: Txn[LazyRef(...)], A](entry: Entry[T, A]): Option[(LongObj[T], A)]

Inherited methods

def init(): Unit
Inherited from
Type
def readObj[T <: Txn[LazyRef(...)]](in: DataInput)(implicit tx: T): Elem[T]
Inherited from
Type

Concrete fields

final
val typeId: 26

Implicits

Implicits

implicit
def format[T <: Txn[LazyRef(...)], A <: Elem[T]]: TFormat[T, Entry[T, A]]