Skip to main content

interface HashTableHashColumn.Types

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

Properties

builder

undocumented

Definition

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

columnContext

undocumented

Definition

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

context

undocumented

Definition

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

nonEmpty

undocumented

Definition

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

normal

undocumented

Definition

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

row

undocumented

Definition

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

rowContext

undocumented

Definition

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

rowMap

undocumented

Definition

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

rowMapNonEmpty

undocumented

Definition

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

rowNonEmpty

undocumented

Definition

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