Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/rimbu/graph/custom/common/index.ts>GraphConnectNonEmpty

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface GraphConnectNonEmpty
implements GraphConnect<N, V, Tp>
Re-export
import { type GraphConnectNonEmpty } from "https://deno.land/x/rimbu@1.0.2/graph/custom/common/index.ts";

Methods

addNodes(nodes: StreamSource<N>): WithGraphValues<Tp, N, V>["nonEmpty"]

Returns the non-empty graph with the nodes from the given nodes StreamSource added.

connectAll(links: StreamSource<WithGraphValues<Tp, N, V>["link"]>): WithGraphValues<Tp, N, V>["nonEmpty"]

Returns the non-empty graph with the connections from the given connections StreamSource added.