Bridge

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

Type members

Types

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

Value members

Concrete methods

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

Inherited methods

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

Concrete fields

final
val id: 2002