Bridge

object Bridge extends Bridge[Proc] with HasDefault[Proc] with Factory
trait Factory
trait HasDefault[Proc]
trait Bridge[Proc]
trait Adjunct
trait Writable
class Object
trait Matchable
class Any

Type members

Types

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

Value members

Concrete methods

def cellValue[T <: Txn[LazyRef(...)]](obj: Obj[T], key: String)(implicit tx: T): Option[Proc]
def cellView[T <: Txn[LazyRef(...)]](obj: Obj[T], key: String)(implicit tx: T): Var[T, Option[Proc]]
def contextCellView[T <: Txn[LazyRef(...)]](key: String)(implicit tx: T, context: Context[T]): CellView[T, Option[Proc]]
override
def readIdentifiedAdjunct(in: DataInput): Adjunct
Definition Classes
Factory
def tryParseObj[T <: Txn[LazyRef(...)]](obj: Obj[T])(implicit tx: T): Option[Proc]

Inherited methods

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

Concrete fields

final
val id: 2006