Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/rimbu/stream/custom/index.ts>WindowStream

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
class WindowStream
extends StreamBase<R>
import { WindowStream } from "https://deno.land/x/rimbu@0.13.0/stream/custom/index.ts";

Constructors

new
WindowStream(
source: Stream<T>,
windowSize: number,
skipAmount: number,
collector: Reducer<T, R>,
)

Methods

[Symbol.iterator](): FastIterator<R>