CanMake

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

Type members

Types

type Repr[T <: Txn[T]] <: Obj[T]
Implicitly added by canMake

Inherited types

type Repr[T <: Txn[T]] <: Obj[T]
Inherited from:
Source

Value members

Abstract methods

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

Inherited methods

def id: Int
Implicitly added by canMake
Inherited from:
Adjunct
def id: Int
Inherited from:
Adjunct
def toObj[T <: Txn[LazyRef(...)]](value: A)(implicit tx: T): Repr[T]
Inherited from:
Source
def write(out: DataOutput): Unit
Implicitly added by canMake
Inherited from:
Adjunct
def write(out: DataOutput): Unit
Inherited from:
Adjunct

Implicits

Implicits

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

Inherited implicits

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