import { AsyncReducer } from "https://deno.land/x/rimbu@0.13.1/core/main/index.ts";
const { firstWhere } = AsyncReducer;
Returns an AsyncReducer
that remembers the first input value for which the given pred
function returns true.
x/rimbu/core/main/index.ts>AsyncReducer.firstWhere
import { AsyncReducer } from "https://deno.land/x/rimbu@0.13.1/core/main/index.ts";
const { firstWhere } = AsyncReducer;
Returns an AsyncReducer
that remembers the first input value for which the given pred
function returns true.