AbstractCtxCellView

abstract
class AbstractCtxCellView[T <: Txn[T], A](attr: Attr[T], key: String) extends CellView[T, Option[A]]
trait CellView[T, Option[A]]
trait Source[T, Option[A]]
trait Observable[T, Option[A]]
class Object
trait Matchable
class Any

Value members

Abstract methods

protected
def tryParseObj(obj: Obj[T])(implicit tx: T): Option[A]
protected
def tryParseValue(value: Any)(implicit tx: T): Option[A]

Concrete methods

final
def apply()(implicit tx: T): Option[A]
final
def react(fun: T => Option[A] => Unit)(implicit tx: T): Disposable[T]