Skip to main content

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

Overrides

Types.builder

context

undocumented

Definition

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

Overrides

Types.context

keyMultiMapValues

The value set collection type (higher-kinded type).

Definition

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

Overrides

Types.keyMultiMapValues

keyValueMultiMap

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

Definition

readonly keyValueMultiMap: MultiMap<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: BiMultiMap.NonEmpty<this['_K'], this['_V']>;

Overrides

Types.nonEmpty

normal

undocumented

Definition

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

Overrides

Types.normal

valueKeyMultiMap

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

Definition

readonly valueKeyMultiMap: MultiMap<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

The key set collection type (higher-kinded type).

Definition

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

Overrides

Types.valueMultiMapValues