Skip to main content

interface HashTableSortedColumn.Types

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

Properties

builder

undocumented

Definition

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

columnContext

undocumented

Definition

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

context

undocumented

Definition

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

nonEmpty

undocumented

Definition

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

normal

undocumented

Definition

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

row

undocumented

Definition

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

rowContext

undocumented

Definition

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

rowMap

undocumented

Definition

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

rowMapNonEmpty

undocumented

Definition

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

rowNonEmpty

undocumented

Definition

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