Skip to main content
Module

x/rimbu/mod.ts>AsyncReducer.Base#takeOutputUntil

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Latest
method AsyncReducer.Base.prototype.takeOutputUntil
import { AsyncReducer } from "https://deno.land/x/rimbu@1.2.1/mod.ts";
const { Base } = AsyncReducer;

Parameters

pred: (value: O, index: number) => MaybePromise<boolean>
optional
options: { negate?: boolean; } = [UNSUPPORTED]