Skip to main content

interface HashMultiMapHashValue.Types

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

Properties

builder

undocumented

Definition

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

context

undocumented

Definition

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

keyMap

undocumented

Definition

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

keyMapContext

undocumented

Definition

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

keyMapNonEmpty

undocumented

Definition

readonly keyMapNonEmpty: HashMap.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: HashMultiMapHashValue.NonEmpty<this['_K'], this['_V']>;

normal

undocumented

Definition

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