StmObjCtxCellView

final
class StmObjCtxCellView[T <: Txn[T]](attr: Attr[T], key: String) extends AbstractCtxCellView[T, Obj[T]]

A CellView[T, Option[LObj[T]] built from a Context.

class AbstractCtxCellView[T, Obj[T]]
trait CellView[T, Option[Obj[T]]]
trait Source[T, Option[Obj[T]]]
trait Observable[T, Option[Obj[T]]]
class Object
trait Matchable
class Any

Value members

Inherited methods

final
def apply()(implicit tx: T): Option[Obj[T]]
Inherited from
AbstractCtxCellView
final
def react(fun: T => Option[Obj[T]] => Unit)(implicit tx: T): Disposable[T]
Inherited from
AbstractCtxCellView