object CellView
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CellView
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attr[S <: Sys[S], A, E[~ <: Sys[~]] <: Expr[~, A]](map: AttrMap[S], key: String)(implicit tx: CellView.attr.S.Tx, tpe: Type.Expr[A, E]): Var[S, Option[A]] { type Repr = Option[E[S]] }
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def const[S <: Sys[S], A](value: A): CellView[CellView.const.S.Tx, A]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def expr[S <: Sys[S], A, _Ex[~ <: Sys[~]] <: Expr[~, A]](x: _Ex[S])(implicit tx: CellView.expr.S.Tx, tpe: Type.Expr[A, _Ex]): CellView[CellView.expr.S.Tx, A] { type Repr = _Ex[S] }
- def exprLike[S <: Sys[S], A, _Ex[~ <: Sys[~]] <: Expr[~, A]](x: _Ex[S])(implicit tx: CellView.exprLike.S.Tx, serializer: Serializer[CellView.exprLike.S.Tx, CellView.exprLike.S.Acc, _Ex[S]]): CellView[CellView.exprLike.S.Tx, A] { type Repr = _Ex[S] }
- def exprMap[S <: Sys[S], K, A, _Ex[~ <: Sys[~]] <: Expr[~, A]](map: Map[S, K, _Ex], key: K)(implicit tx: CellView.exprMap.S.Tx, tpe: Type.Expr[A, _Ex], keyType: Key[K]): CellView[CellView.exprMap.S.Tx, Option[A]] { type Repr = Option[_Ex[S]] }
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def name[S <: Sys[S]](obj: Obj[S])(implicit tx: CellView.name.S.Tx): CellView[CellView.name.S.Tx, String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object Var