Skip to main content

interface SortedMultiMapSortedValue.Types

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

Extends: 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

builder

undocumented

Definition

readonly builder: SortedMultiMapSortedValue.Builder<this['_K'], this['_V']>;

Overrides

Types.builder

context

undocumented

Definition

readonly context: SortedMultiMapSortedValue.Context<this['_K'], this['_V']>;

Overrides

Types.context

keyMap

undocumented

Definition

readonly keyMap: SortedMap<this['_K'], SortedSet.NonEmpty<this['_V']>>;

Overrides

Types.keyMap

keyMapContext

undocumented

Definition

readonly keyMapContext: SortedMap.Context<this['_K']>;

Overrides

Types.keyMapContext

keyMapNonEmpty

undocumented

Definition

readonly keyMapNonEmpty: SortedMap.NonEmpty<this['_K'], SortedSet.NonEmpty<this['_V']>>;

Overrides

Types.keyMapNonEmpty

keyMapValues

undocumented

Definition

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

Overrides

Types.keyMapValues

keyMapValuesContext

undocumented

Definition

readonly keyMapValuesContext: SortedSet.Context<this['_V']>;

Overrides

Types.keyMapValuesContext

keyMapValuesNonEmpty

undocumented

Definition

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

Overrides

Types.keyMapValuesNonEmpty

nonEmpty

undocumented

Definition

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

Overrides

Types.nonEmpty

normal

undocumented

Definition

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

Overrides

Types.normal