Skip to main content

interface SortedMap.Types

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

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

Overrides

Types.builder

context

undocumented

Definition

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

Overrides

Types.context

nonEmpty

undocumented

Definition

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

Overrides

Types.nonEmpty

normal

undocumented

Definition

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

Overrides

Types.normal