Skip to main content

interface ArrowValuedGraphSorted.Types

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

Extends: ArrowValuedGraphBase.Types

Properties

_N

undocumented

Definition

readonly _N: N;

Overrides

GraphValues._N

_V

undocumented

Definition

readonly _V: V;

Overrides

GraphValues._V

builder

undocumented

Definition

readonly builder: ArrowValuedGraphSorted.Builder<this['_N'], this['_V']>;

Overrides

Types.builder

context

undocumented

Definition

readonly context: ArrowValuedGraphSorted.Context<this['_N']>;

Overrides

Types.context

undocumented

Definition

readonly link: ValuedLink<this['_N'], this['_V']>;

Overrides

Types.linkTypes.link

linkConnections

undocumented

Definition

readonly linkConnections: SortedMap<this['_N'], this['_V']>;

Overrides

Types.linkConnections

linkConnectionsBuilder

undocumented

Definition

readonly linkConnectionsBuilder: SortedMap.Builder<this['_N'], this['_V']>;

Overrides

Types.linkConnectionsBuilder

linkConnectionsContext

undocumented

Definition

readonly linkConnectionsContext: SortedMap.Context<this['_N']>;

Overrides

Types.linkConnectionsContext

linkMap

undocumented

Definition

readonly linkMap: SortedMap<this['_N'], SortedMap<this['_N'], this['_V']>>;

Overrides

Types.linkMap

linkMapBuilder

undocumented

Definition

readonly linkMapBuilder: SortedMap.Builder<this['_N'], SortedMap.Builder<this['_N'], this['_V']>>;

Overrides

Types.linkMapBuilder

linkMapContext

undocumented

Definition

readonly linkMapContext: SortedMap.Context<this['_N']>;

Overrides

Types.linkMapContext

linkMapNonEmpty

undocumented

Definition

readonly linkMapNonEmpty: SortedMap.NonEmpty<this['_N'], SortedMap<this['_N'], this['_V']>>;

Overrides

Types.linkMapNonEmpty

linkTarget

undocumented

Definition

readonly linkTarget: ValuedLink.Target<this['_N'], this['_V']>;

Overrides

Types.linkTargetTypes.linkTarget

nonEmpty

undocumented

Definition

readonly nonEmpty: ArrowValuedGraphSorted.NonEmpty<this['_N'], this['_V']>;

Overrides

Types.nonEmpty

normal

undocumented

Definition

readonly normal: ArrowValuedGraphSorted<this['_N'], this['_V']>;

Overrides

Types.normal