ExSeqObjBridgeImpl

final
class ExSeqObjBridgeImpl[A, _Ex <: ([~ <: Txn[~]] =>> Expr[~, IndexedSeq[A]])](tpe: Type[IndexedSeq[A], _Ex]) extends AbstractExObjBridgeImpl[Seq[A], IndexedSeq[A], _Ex]
class AbstractExObjBridgeImpl[Seq[A], IndexedSeq[A], _Ex]
trait Bridge[Seq[A]]
trait CanMake[Seq[A]]
trait Source[Seq[A]]
trait Adjunct
trait Writable
class Object
trait Matchable
class Any

Type members

Inherited types

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

Value members

Concrete methods

def cellView[T <: Txn[LazyRef(...)]](obj: Obj[T], key: String)(implicit tx: T): Var[T, Option[Seq[A]]]
def id: Int

Inherited methods

final
def cellValue[T <: Txn[LazyRef(...)]](obj: Obj[T], key: String)(implicit tx: T): Option[Seq[A]]
final
def contextCellView[T <: Txn[LazyRef(...)]](key: String)(implicit tx: T, context: Context[T]): CellView[T, Option[Seq[A]]]
final
def reprTFormat[T <: Txn[LazyRef(...)]]: TFormat[T, _Ex[T]]
final
def toObj[T <: Txn[LazyRef(...)]](value: Seq[A])(implicit tx: T): _Ex[T]
final
def tryParseObj[T <: Txn[LazyRef(...)]](obj: Obj[T])(implicit tx: T): Option[Seq[A]]
final override
def write(out: DataOutput): Unit
Definition Classes
AbstractExObjBridgeImpl -> Adjunct -> Writable
Inherited from
AbstractExObjBridgeImpl