Skip to main content

interface VariantMultiMap.Types

Utility interface that provides higher-kinded types for this collection.

Extends: VariantMultiMapBase.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']>>;

Overrides

Types.keyMap

keyMapNonEmpty

undocumented

Definition

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

Overrides

Types.keyMapNonEmpty

keyMapValues

undocumented

Definition

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

Overrides

Types.keyMapValues

keyMapValuesNonEmpty

undocumented

Definition

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

Overrides

Types.keyMapValuesNonEmpty

nonEmpty

undocumented

Definition

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

Overrides

Types.nonEmpty

normal

undocumented

Definition

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

Overrides

Types.normal