CellViewImpl

object CellViewImpl
class Object
trait Matchable
class Any

Type members

Classlikes

final class AttrMapExprObs[T <: Txn[T], A](map: AttrMap[T], key: String, fun: T => Option[A] => Unit, tx0: T)(tpe: Type) extends MapObjLikeExprObs[T, A, [T <: Txn[T]] =>> Obj[T]]
abstract class MapObjLikeExprObs[T <: Txn[T], A, Repr <: ([~ <: Txn[~]] =>> Form[~])](map: MapObjLike[T, String, Repr[T]], key: String, fun: T => Option[A] => Unit, tx0: T) extends Disposable[T]

N.B.: tpe must denote objects that extend Expr, otherwise we get class-cast exceptions.

N.B.: tpe must denote objects that extend Expr, otherwise we get class-cast exceptions.