interface ArrowValuedGraph<N,V>
An type-invariant immutable valued arrow (directed) graph. See the Graph documentation and the ArrowValuedGraph API documentation
Companion namespace: ArrowValuedGraph
Implemented by: ArrowValuedGraph.NonEmpty<N,V>
Type parameters
Name | Description |
---|---|
N | the node type |
V | the connection value type |