interface ArrowValuedGraphHashed.Types
Utility interface that provides higher-kinded types for this collection.
Properties
builder
undocumented
builder
Definition
readonly builder:
ArrowValuedGraphHashed.Builder
<this['_N'], this['_V']>;
context
undocumented
context
Definition
readonly context:
ArrowValuedGraphHashed.Context
<this['_N']>;
linkConnectionsBuilder
undocumented
linkConnectionsBuilder
Definition
readonly linkConnectionsBuilder:
HashMap.Builder
<this['_N'], this['_V']>;
linkConnectionsContext
undocumented
linkConnectionsContext
Definition
readonly linkConnectionsContext:
HashMap.Context
<this['_N']>;
linkMap
undocumented
linkMap
linkMapBuilder
undocumented
linkMapBuilder
Definition
readonly linkMapBuilder:
HashMap.Builder
<this['_N'],
HashMap.Builder
<this['_N'], this['_V']>>;
linkMapContext
undocumented
linkMapContext
Definition
readonly linkMapContext:
HashMap.Context
<this['_N']>;
linkMapNonEmpty
undocumented
linkMapNonEmpty
Definition
readonly linkMapNonEmpty:
HashMap.NonEmpty
<this['_N'],
HashMap
<this['_N'], this['_V']>>;
nonEmpty
undocumented
nonEmpty
Definition
readonly nonEmpty:
ArrowValuedGraphHashed.NonEmpty
<this['_N'], this['_V']>;
normal
undocumented
normal
Definition
readonly normal:
ArrowValuedGraphHashed
<this['_N'], this['_V']>;