Skip to main content

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.

Definition

readonly _K: K;

Overrides

KeyValue._K

_V

The value type.

Definition

readonly _V: V;

Overrides

KeyValue._V

keyMap

undocumented

Definition

readonly keyMap: VariantMap<this['_K'], VariantSet.NonEmpty<this['_V']>>;

keyMapNonEmpty

undocumented

Definition

readonly keyMapNonEmpty: VariantMap.NonEmpty<this['_K'], VariantSet.NonEmpty<this['_V']>>;

keyMapValues

undocumented

Definition

readonly keyMapValues: VariantSet<this['_V']>;

keyMapValuesNonEmpty

undocumented

Definition

readonly keyMapValuesNonEmpty: VariantSet.NonEmpty<this['_V']>;

nonEmpty

undocumented

Definition

readonly nonEmpty: VariantMultiMapBase.NonEmpty<this['_K'], this['_V']>;

normal

undocumented

Definition

readonly normal: VariantMultiMapBase<this['_K'], this['_V']>;