interface HashTableHashColumn.Types
Utility interface that provides higher-kinded types for this collection.
Properties
builder
undocumented
builderDefinition
readonly builder: HashTableHashColumn.Builder<this['_R'], this['_C'], this['_V']>;
columnContext
undocumented
columnContextDefinition
readonly columnContext: HashMap.Context<this['_C']>;
context
undocumented
contextDefinition
readonly context: HashTableHashColumn.Context<this['_R'], this['_C']>;
nonEmpty
undocumented
nonEmptyDefinition
readonly nonEmpty: HashTableHashColumn.NonEmpty<this['_R'], this['_C'], this['_V']>;
normal
undocumented
normalDefinition
readonly normal: HashTableHashColumn<this['_R'], this['_C'], this['_V']>;
rowContext
undocumented
rowContextDefinition
readonly rowContext: HashMap.Context<this['_R']>;
rowMap
undocumented
rowMapDefinition
readonly rowMap: HashMap<this['_R'], HashMap.NonEmpty<this['_C'], this['_V']>>;
rowMapNonEmpty
undocumented
rowMapNonEmptyDefinition
readonly rowMapNonEmpty: HashMap.NonEmpty<this['_R'], HashMap.NonEmpty<this['_C'], this['_V']>>;
rowNonEmpty
undocumented
rowNonEmptyDefinition
readonly rowNonEmpty: HashMap.NonEmpty<this['_C'], this['_V']>;