Source

trait Source[-A] extends Adjunct

An Obj.Source either has an LObj peer, or it can make one. The latter is represented by sub-trait CanMake.

Companion:
object
trait Adjunct
trait Writable
class Object
trait Matchable
class Any
trait CanMake[A]
class AbstractExObjBridgeImpl[A, B, _Ex]
class BasicExObjBridgeImpl[A, _Ex]
class ExObjBridgeImpl[A, _Ex]
class ExSeqObjBridgeImpl[A, _Ex]
object obj.type

Type members

Types

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

Value members

Abstract methods

def toObj[T <: Txn[LazyRef(...)]](value: A)(implicit tx: T): Repr[T]

Inherited methods

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

Implicits

Implicits

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