Skip to main content

interface EdgeValuedGraphSorted.Types

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

Properties

builder

undocumented

Definition

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

context

undocumented

Definition

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

linkConnections

undocumented

Definition

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

linkConnectionsBuilder

undocumented

Definition

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

linkConnectionsContext

undocumented

Definition

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

linkMap

undocumented

Definition

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

linkMapBuilder

undocumented

Definition

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

linkMapContext

undocumented

Definition

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

linkMapNonEmpty

undocumented

Definition

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

nonEmpty

undocumented

Definition

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

normal

undocumented

Definition

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