import { ReadOnlyBindings } from "https://deno.land/x/ldkit@1.1.0/rdf.ts";
Methods
delete(_key: string | RDF.Variable): RDF.Bindings
equals(_other: RDF.Bindings | null | undefined): boolean
filter(_fn: (value: RDF.Term, key: RDF.Variable) => boolean): RDF.Bindings
forEach(fn: (value: RDF.Term, key: RDF.Variable) => unknown)
get(key: string | RDF.Variable)
has(key: string | RDF.Variable)
keys()
map(_fn: (value: RDF.Term, key: RDF.Variable) => RDF.Term): RDF.Bindings
merge(_other: RDF.Bindings): RDF.Bindings | undefined
mergeWith(_merger: () => RDF.Term, _other: RDF.Bindings): RDF.Bindings
self: RDF.Term,
other: RDF.Term,
key: RDF.Variable,
set(_key: string | RDF.Variable, _value: RDF.Term): RDF.Bindings
values()