Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/stream/main/streamable.ts>Streamable

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

Interfaces

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

interface Streamable
import { type Streamable } from "https://deno.land/x/rimbu@0.14.1/stream/main/streamable.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.