interface VariantMultiMapBase.Types
Utility interface that provides higher-kinded types for this collection.
Extends: KeyValue<K,V>
Implemented by: VariantMultiMap.Types
, MultiMapBase.Types
Properties
_K
The key type.
_K
_V
The value type.
_V
keyMap
undocumented
keyMap
Definition
readonly keyMap:
VariantMap
<this['_K'],
VariantSet.NonEmpty
<this['_V']>>;
keyMapNonEmpty
undocumented
keyMapNonEmpty
Definition
readonly keyMapNonEmpty:
VariantMap.NonEmpty
<this['_K'],
VariantSet.NonEmpty
<this['_V']>>;
keyMapValues
undocumented
keyMapValues
Definition
readonly keyMapValues:
VariantSet
<this['_V']>;
keyMapValuesNonEmpty
undocumented
keyMapValuesNonEmpty
Definition
readonly keyMapValuesNonEmpty:
VariantSet.NonEmpty
<this['_V']>;
nonEmpty
undocumented
nonEmpty
Definition
readonly nonEmpty:
VariantMultiMapBase.NonEmpty
<this['_K'], this['_V']>;
normal
undocumented
normal
Definition
readonly normal:
VariantMultiMapBase
<this['_K'], this['_V']>;