Skip to main content

interface SortedMultiMapHashValue.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: SortedMultiMapHashValue.Builder<this['_K'], this['_V']>;

Overrides

Types.builder

context

undocumented

Definition

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

Overrides

Types.context

keyMap

undocumented

Definition

readonly keyMap: SortedMap<this['_K'], HashSet.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'], HashSet.NonEmpty<this['_V']>>;

Overrides

Types.keyMapNonEmpty

keyMapValues

undocumented

Definition

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

Overrides

Types.keyMapValues

keyMapValuesContext

undocumented

Definition

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

Overrides

Types.keyMapValuesContext

keyMapValuesNonEmpty

undocumented

Definition

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

Overrides

Types.keyMapValuesNonEmpty

nonEmpty

undocumented

Definition

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

Overrides

Types.nonEmpty

normal

undocumented

Definition

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

Overrides

Types.normal