Skip to main content

interface SortedMultiMapHashValue.Types

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

Properties

builder

undocumented

Definition

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

context

undocumented

Definition

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

keyMap

undocumented

Definition

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

keyMapContext

undocumented

Definition

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

keyMapNonEmpty

undocumented

Definition

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

keyMapValues

undocumented

Definition

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

keyMapValuesContext

undocumented

Definition

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

keyMapValuesNonEmpty

undocumented

Definition

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

nonEmpty

undocumented

Definition

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

normal

undocumented

Definition

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