Skip to main content

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

Overrides

Types.builder

columnContext

undocumented

Definition

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

Overrides

Types.columnContext

context

undocumented

Definition

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

Overrides

Types.context

nonEmpty

undocumented

Definition

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

Overrides

Types.nonEmpty

normal

undocumented

Definition

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

Overrides

Types.normal

row

undocumented

Definition

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

Overrides

Types.row

rowContext

undocumented

Definition

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

Overrides

Types.rowContext

rowMap

undocumented

Definition

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

Overrides

Types.rowMap

rowMapNonEmpty

undocumented

Definition

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

Overrides

Types.rowMapNonEmpty

rowNonEmpty

undocumented

Definition

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

Overrides

Types.rowNonEmpty