Skip to main content
Module

x/rimbu/mod.ts>Streamable

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
namespace Streamable
Re-export
import { Streamable } from "https://deno.land/x/rimbu@0.13.1/mod.ts";

Interfaces

An object that can create a non-empty Stream of elements of type T.

interface Streamable
Re-export
import { type Streamable } from "https://deno.land/x/rimbu@0.13.1/mod.ts";

An object that can create a Stream of elements of type T.

Methods

stream(): Stream<T>

Returns a Stream containing the elements in this collection.