Skip to main content
Module

x/rimbu/mod.ts>AsyncStreamable.NonEmpty

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

Represents a non-empty object that can produce an asynchronous stream of values.

Methods

asyncStream(): AsyncStream.NonEmpty<T>

Returns an asynchronous stream of values.

Methods

asyncStream(): AsyncStream.NonEmpty<T>

Returns an asynchronous stream of values.