Skip to main content

interface SortedTableSortedColumn.Types

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

Properties

builder

undocumented

Definition

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

columnContext

undocumented

Definition

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

context

undocumented

Definition

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

nonEmpty

undocumented

Definition

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

normal

undocumented

Definition

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

row

undocumented

Definition

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

rowContext

undocumented

Definition

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

rowMap

undocumented

Definition

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

rowMapNonEmpty

undocumented

Definition

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

rowNonEmpty

undocumented

Definition

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