Entry

object Entry extends Type
Companion:
class
trait Type
trait Type
class Object
trait Matchable
class Any
Entry.type

Value members

Concrete methods

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

Inherited methods

override def init(): Unit
Definition Classes
Type -> Type
Inherited from:
Type
final override def readObj[T <: Txn[LazyRef(...)]](in: DataInput)(implicit tx: T): Obj[T]
Definition Classes
Type -> Type
Inherited from:
Type

Concrete fields

final val typeId: 28

Implicits

Implicits

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