import { ValuedGraphContext } from "https://deno.land/x/rimbu@0.13.5/graph/custom/valued/implementation/context.ts";
Constructors
new
ValuedGraphContext(isDirected: boolean,
typeTag: TT,
linkMapContext: WithGraphValues<Tp, UN, any>["linkMapContext"],
linkConnectionsContext: WithGraphValues<Tp, UN, any>["linkConnectionsContext"],
Properties
readonly
_fixedType: UNreadonly
empty: <N extends UN, V>() => anyreadonly
reducer: <N extends UN, V>(source?: StreamSource<ValuedGraphElement<N, V>>) => anyMethods
createBuilder<N extends UN, V>(source?: WithGraphValues<Tp, N, V>["nonEmpty"]): WithGraphValues<Tp, N, V>["builder"]
createNonEmpty<N extends UN, V>(linkMap: WithGraphValues<Tp, N, V>["linkMapNonEmpty"], connectionSize: number): WithGraphValues<Tp, N, V>["nonEmpty"]
isNonEmptyInstance(source: any): source is WithGraphValues<Tp, UN, any>["nonEmpty"]