interface TableBase.Types
Utility interface that provides higher-kinded types for this collection.
Extends: VariantTableBase.Types
Implemented by: ContextImplTypes
, Table.Types
, HashTableSortedColumn.Types
, SortedTableHashColumn.Types
, SortedTableSortedColumn.Types
, HashTableHashColumn.Types
Properties
builder
undocumented
builder
Definition
readonly builder:
TableBase.Builder
<this['_R'], this['_C'], this['_V']>;
columnContext
undocumented
columnContext
Definition
readonly columnContext:
RMap.Context
<this['_C']>;
context
undocumented
context
Definition
readonly context:
TableBase.Context
<this['_R'], this['_C']>;
nonEmpty
undocumented
nonEmpty
normal
undocumented
normal
rowContext
undocumented
rowContext
Definition
readonly rowContext:
RMap.Context
<this['_R']>;
rowMap
undocumented
rowMap
rowMapNonEmpty
undocumented
rowMapNonEmpty
Definition
readonly rowMapNonEmpty:
RMap.NonEmpty
<this['_R'],
RMap.NonEmpty
<this['_C'], this['_V']>>;
Overrides
rowNonEmpty
undocumented
rowNonEmpty