Skip to main content

interface ContextTypesImpl

undocumented

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

The 'builder' collection type (higher-kinded type).

Definition

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

Overrides

Types.builder

context

undocumented

Definition

readonly context: BiMultiMapContext<this['_K'], this['_V'], string>;

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

The 'non-empty' collection type (higher-kinded type).

Definition

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

Overrides

Types.nonEmpty

normal

The 'normal' collection type (higher-kinded type).

Definition

readonly normal: BiMultiMapBase<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