obj

object obj extends Source[Obj] with Factory
trait Factory
trait Source[Obj]
trait Adjunct
trait Writable
class Object
trait Matchable
class Any
obj.type

Type members

Types

type Repr[T <: Txn[T]] = Obj[T]

Value members

Concrete methods

def readIdentifiedAdjunct(in: DataInput): Adjunct
def toObj[T <: Txn[LazyRef(...)]](value: Obj)(implicit tx: T): Obj[T]

Inherited methods

def write(out: DataOutput): Unit
Inherited from:
Adjunct

Concrete fields

final val id: 1006

Implicits

Implicits

implicit def reprTFormat[T <: Txn[LazyRef(...)]]: TFormat[T, Obj[T]]