Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rimbu/graph/custom/index.ts>GraphEmptyBase

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
class GraphEmptyBase
extends EmptyBase
Re-export
Abstract
import { GraphEmptyBase } from "https://deno.land/x/rimbu@1.0.0/graph/custom/index.ts";

Properties

readonly
connectionSize: 0
readonly
nodeSize: 0

Methods

disconnect(): any
getConnectionStreamTo(): Stream<any>
hasConnection(): false
hasNode(): false
isSink(): false
isSource(): false
removeNode(): any
streamConnections(): Stream<any>
streamNodes(): Stream<any>