Skip to main content

interface VariantTableBase.Types

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

Extends: Row<R,C,V>

Implemented by: TableBase.Types, VariantTable.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

nonEmpty

undocumented

Definition

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

normal

undocumented

Definition

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

row

undocumented

Definition

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

rowMap

undocumented

Definition

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

rowMapNonEmpty

undocumented

Definition

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

rowNonEmpty

undocumented

Definition

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