namespace VariantValuedGraph
An type-variant immutable valued graph. See the Graph documentation and the VariantValuedGraph API documentation
Companion interface: VariantValuedGraph<N,V>
Interfaces
Name | Description |
---|---|
VariantValuedGraph.NonEmpty<N,V> | A non-empty type-variant immutable valued graph. See the Graph documentation and the VariantValuedGraph API documentation |
VariantValuedGraph.Types | Utility interface that provides higher-kinded types for this collection. |