interface MultiMapBase.Types
Utility interface that provides higher-kinded types for this collection.
Extends: VariantMultiMapBase.Types
Implemented by: HashMultiMapHashValue.Types
, SortedMultiMapSortedValue.Types
, ContextImplTypes
, MultiMap.Types
, SortedMultiMapHashValue.Types
, HashMultiMapSortedValue.Types
Properties
_K
The key type.
_K
_V
The value type.
_V
builder
undocumented
builder
Definition
readonly builder:
MultiMapBase.Builder
<this['_K'], this['_V']>;
context
undocumented
context
Definition
readonly context:
MultiMapBase.Context
<this['_K'], this['_V']>;
keyMap
undocumented
keyMap
keyMapContext
undocumented
keyMapContext
Definition
readonly keyMapContext:
RMap.Context
<this['_K']>;
keyMapNonEmpty
undocumented
keyMapNonEmpty
keyMapValues
undocumented
keyMapValues
keyMapValuesContext
undocumented
keyMapValuesContext
Definition
readonly keyMapValuesContext:
RSet.Context
<this['_V']>;
keyMapValuesNonEmpty
undocumented
keyMapValuesNonEmpty
nonEmpty
undocumented
nonEmpty
normal
undocumented
normal