Skip to main content

interface ArrowGraphSorted.Types

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

Extends: ArrowGraphBase.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: ArrowGraphSorted.Builder<this['_N']>;

Overrides

Types.builder

context

undocumented

Definition

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

Overrides

Types.context

undocumented

Definition

readonly link: Link<this['_N']>;

Overrides

Types.link

linkConnections

undocumented

Definition

readonly linkConnections: SortedSet<this['_N']>;

Overrides

Types.linkConnections

linkConnectionsBuilder

undocumented

Definition

readonly linkConnectionsBuilder: SortedSet.Builder<this['_N']>;

Overrides

Types.linkConnectionsBuilder

linkConnectionsContext

undocumented

Definition

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

Overrides

Types.linkConnectionsContext

linkMap

undocumented

Definition

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

Overrides

Types.linkMap

linkMapBuilder

undocumented

Definition

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

Overrides

Types.linkMapBuilder

linkMapContext

undocumented

Definition

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

Overrides

Types.linkMapContext

linkMapNonEmpty

undocumented

Definition

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

Overrides

Types.linkMapNonEmpty

linkTarget

undocumented

Definition

readonly linkTarget: Link.Target<this['_N']>;

Overrides

Types.linkTarget

nonEmpty

undocumented

Definition

readonly nonEmpty: ArrowGraphSorted.NonEmpty<this['_N']>;

Overrides

Types.nonEmpty

normal

undocumented

Definition

readonly normal: ArrowGraphSorted<this['_N']>;

Overrides

Types.normal