interface VariantValuedGraphBase.NonEmpty
implements [VariantGraphBase.NonEmpty]<N, V, Tp>, Omit<VariantValuedGraphBase<N, V, Tp>, keyof VariantGraphBase.NonEmpty<any, any, any>>, [Streamable.NonEmpty]<ValuedGraphElement<N, V>>
import { type VariantValuedGraphBase } from "https://deno.land/x/rimbu@0.13.5/graph/custom/valued/interface/generic/variant-valued-graph-base.ts";
const { NonEmpty } = VariantValuedGraphBase;
Properties
readonly
linkMap: WithGraphValues<Tp, N, V>["linkMapNonEmpty"]Returns the nested non-empty Map representation of the graph connections.
Methods
stream(): Stream.NonEmpty<ValuedGraphElement<N, V>>
Returns a non-empty Stream containing all entries of this collection as tuples of key and value.