interface HashMultiMapHashValue.Types
Utility interface that provides higher-kinded types for this collection.
Properties
builder
undocumented
builderDefinition
readonly builder: HashMultiMapHashValue.Builder<this['_K'], this['_V']>;
context
undocumented
contextDefinition
readonly context: HashMultiMapHashValue.Context<this['_K'], this['_V']>;
keyMap
undocumented
keyMapDefinition
readonly keyMap: HashMap<this['_K'], HashSet.NonEmpty<this['_V']>>;
keyMapContext
undocumented
keyMapContextDefinition
readonly keyMapContext: HashMap.Context<this['_K']>;
keyMapNonEmpty
undocumented
keyMapNonEmptyDefinition
readonly keyMapNonEmpty: HashMap.NonEmpty<this['_K'], HashSet.NonEmpty<this['_V']>>;
keyMapValuesContext
undocumented
keyMapValuesContextDefinition
readonly keyMapValuesContext: HashSet.Context<this['_V']>;
keyMapValuesNonEmpty
undocumented
keyMapValuesNonEmptyDefinition
readonly keyMapValuesNonEmpty: HashSet.NonEmpty<this['_V']>;
nonEmpty
undocumented
nonEmptyDefinition
readonly nonEmpty: HashMultiMapHashValue.NonEmpty<this['_K'], this['_V']>;
normal
undocumented
normalDefinition
readonly normal: HashMultiMapHashValue<this['_K'], this['_V']>;