Skip to main content

interface TableBase.Types

Utility interface that provides higher-kinded types for this collection.

Extends: VariantTableBase.Types

Implemented by: ContextImplTypes

Properties​

_C​

The column key type.

Definition​

readonly _C: C;

Overrides​

Row._C

_R​

The row key type.

Definition​

readonly _R: R;

Overrides​

Row._R

_V​

The value type.

Definition​

readonly _V: V;

Overrides​

Row._V

builder​

undocumented

Definition​

readonly builder: TableBase.Builder<this['_R'], this['_C'], this['_V']>;

columnContext​

undocumented

Definition​

readonly columnContext: RMap.Context<this['_C']>;

context​

undocumented

Definition​

readonly context: TableBase.Context<this['_R'], this['_C']>;

nonEmpty​

undocumented

Definition​

readonly nonEmpty: TableBase.NonEmpty<this['_R'], this['_C'], this['_V']>;

Overrides​

Types.nonEmpty

normal​

undocumented

Definition​

readonly normal: TableBase<this['_R'], this['_C'], this['_V']>;

Overrides​

Types.normal

row​

undocumented

Definition​

readonly row: RMap<this['_C'], this['_V']>;

Overrides​

Types.row

rowContext​

undocumented

Definition​

readonly rowContext: RMap.Context<this['_R']>;

rowMap​

undocumented

Definition​

readonly rowMap: RMap<this['_R'], RMap.NonEmpty<this['_C'], this['_V']>>;

Overrides​

Types.rowMap

rowMapNonEmpty​

undocumented

Definition​

readonly rowMapNonEmpty: RMap.NonEmpty<this['_R'], RMap.NonEmpty<this['_C'], this['_V']>>;

Overrides​

Types.rowMapNonEmpty

rowNonEmpty​

undocumented

Definition​

readonly rowNonEmpty: RMap.NonEmpty<this['_C'], this['_V']>;

Overrides​

Types.rowNonEmpty