interface SortedMultiMapHashValue.Types
Utility interface that provides higher-kinded types for this collection.
Properties
builder
undocumented
builderDefinition
readonly builder: SortedMultiMapHashValue.Builder<this['_K'], this['_V']>;
context
undocumented
contextDefinition
readonly context: SortedMultiMapHashValue.Context<this['_K'], this['_V']>;
keyMap
undocumented
keyMapDefinition
readonly keyMap: SortedMap<this['_K'], HashSet.NonEmpty<this['_V']>>;
keyMapContext
undocumented
keyMapContextDefinition
readonly keyMapContext: SortedMap.Context<this['_K']>;
keyMapNonEmpty
undocumented
keyMapNonEmptyDefinition
readonly keyMapNonEmpty: SortedMap.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: SortedMultiMapHashValue.NonEmpty<this['_K'], this['_V']>;
normal
undocumented
normalDefinition
readonly normal: SortedMultiMapHashValue<this['_K'], this['_V']>;