Skip to main content
Module

x/rimbu/table/custom/index.ts>HashTableHashColumnCreators

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface HashTableHashColumnCreators
implements [TableBase.Factory]<HashTableHashColumn.Types>
import { type HashTableHashColumnCreators } from "https://deno.land/x/rimbu@0.13.1/table/custom/index.ts";

Methods

createContext<UR, UC>(options?: { rowContext?: HashMap.Context<UR>; columnContext?: HashMap.Context<UC>; }): HashTableHashColumn.Context<UR, UC>

Returns a new HashTableHashColumn context instance based on the given options.

defaultContext<UR, UC>(): HashTableHashColumn.Context<UR, UC>

Returns the default context for HashTableHashColumns.