Skip to main content

interface HashBiMultiMap.Types

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

Extends: BiMultiMapBase.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: HashBiMultiMap.Builder<this['_K'], this['_V']>;

Overrides

Types.builder

context

undocumented

Definition

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

Overrides

Types.context

keyMultiMapValues

undocumented

Definition

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

Overrides

Types.keyMultiMapValues

keyValueMultiMap

undocumented

Definition

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

Overrides

Types.keyValueMultiMap

keyValueMultiMapContext

The key to value multimap context type (higher-kinded type).

Definition

readonly keyValueMultiMapContext: MultiMap.Context<this['_K'], this['_V']>;

Overrides

Types.keyValueMultiMapContext

keyValueMultiMapNonEmpty

The non-empty key to value multimap type (higher-kinded type).

Definition

readonly keyValueMultiMapNonEmpty: MultiMap.NonEmpty<this['_K'], this['_V']>;

Overrides

Types.keyValueMultiMapNonEmpty

nonEmpty

undocumented

Definition

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

Overrides

Types.nonEmpty

normal

undocumented

Definition

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

Overrides

Types.normal

valueKeyMultiMap

undocumented

Definition

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

Overrides

Types.valueKeyMultiMap

valueKeyMultiMapContext

The value to key multimap context type (higher-kinded type).

Definition

readonly valueKeyMultiMapContext: MultiMap.Context<this['_V'], this['_K']>;

Overrides

Types.valueKeyMultiMapContext

valueKeyMultiMapNonEmpty

The non-empty value to key multimap type (higher-kinded type).

Definition

readonly valueKeyMultiMapNonEmpty: MultiMap.NonEmpty<this['_V'], this['_K']>;

Overrides

Types.valueKeyMultiMapNonEmpty

valueMultiMapValues

undocumented

Definition

readonly valueMultiMapValues: HashSet<this['_K']>;

Overrides

Types.valueMultiMapValues