interface MultiMapBase.Types
Utility interface that provides higher-kinded types for this collection.
Extends: VariantMultiMapBase.Types
Implemented by: ContextImplTypes
Properties
_K
The key type.
_K_V
The value type.
_Vbuilder
undocumented
builderDefinition
readonly builder: MultiMapBase.Builder<this['_K'], this['_V']>;
context
undocumented
contextDefinition
readonly context: MultiMapBase.Context<this['_K'], this['_V']>;
keyMap
undocumented
keyMapkeyMapContext
undocumented
keyMapContextDefinition
readonly keyMapContext: RMap.Context<this['_K']>;
keyMapNonEmpty
undocumented
keyMapNonEmptykeyMapValues
undocumented
keyMapValueskeyMapValuesContext
undocumented
keyMapValuesContextDefinition
readonly keyMapValuesContext: RSet.Context<this['_V']>;
keyMapValuesNonEmpty
undocumented
keyMapValuesNonEmptynonEmpty
undocumented
nonEmptynormal
undocumented
normal