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