Output

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

Value members

Concrete methods

def read[T <: Txn[LazyRef(...)]](in: DataInput)(implicit tx: T): Output[T]
override
def readIdentifiedObj[T <: Txn[LazyRef(...)]](in: DataInput)(implicit tx: T): Obj[T]
Definition Classes
Type -> Type

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: 65545

Implicits

Implicits

implicit
def format[T <: Txn[LazyRef(...)]]: TFormat[T, Output[T]]