Skip to main content

interface Table.Types

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

Extends: TableBase.Types

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: Table.Builder<this['_R'], this['_C'], this['_V']>;

Overrides

Types.builder

columnContext

undocumented

Definition

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

Overrides

Types.columnContext

context

undocumented

Definition

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

Overrides

Types.context

nonEmpty

undocumented

Definition

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

Overrides

Types.nonEmpty

normal

undocumented

Definition

readonly normal: Table<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']>;

Overrides

Types.rowContext

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