Skip to main content
Module

x/rimbu/mod.ts>AsyncTransformer.NonEmpty

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
type alias AsyncTransformer.NonEmpty
import { type AsyncTransformer } from "https://deno.land/x/rimbu@0.12.3/mod.ts";
const { NonEmpty } = AsyncTransformer;

An AsyncReducer that produces instances AsyncStreamSource.NonEmpty.

Type Parameters

T
optional
R = T
definition: AsyncReducer<T, AsyncStreamSource.NonEmpty<R>>

Type Parameters

T
optional
R = T
definition: AsyncReducer<T, AsyncStreamSource.NonEmpty<R>>