Skip to main content
Module

x/rimbu/mod.ts>Reducer.Base#mapOutput

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

Parameters

mapFun: (value: O) => O2

Returns

Reducer<I, O2>