import * as rimbu from "https://deno.land/x/rimbu@1.1.0/stream/mod.ts";
Classes
A base class that can be used to easily create | |
A base class that can be used to easily create | |
Variables
Returns an | |
A | |
Returns an | |
Returns an | |
Returns an | |
Returns an | |
Returns an | |
Returns an | |
Returns a | |
Returns a | |
Returns a | |
Returns a | |
Returns an | |
Returns an | |
A | |
A | |
Returns an async transformer that produces windows/collections of | |
Returns a | |
A | |
Returns a | |
Returns a | |
Returns a | |
Returns a | |
Returns a | |
Returns a | |
Returns a | |
Returns a | |
Returns a | |
Returns a | |
Returns a | |
Returns a | |
A | |
A | |
Returns a transformer that produces windows/collections of |
Functions
Returns a | |
Returns an | |
Returns an | |
Returns an | |
Returns an | |
Returns an | |
Returns a | |
Returns a | |
Returns an | |
Returns a | |
Returns an | |
Returns an | |
Returns an async transformer that returns only those elements from the input that are different to previous element
according to the optionally given | |
Returns a | |
Returns a | |
Returns a | |
Returns a | |
Returns a | |
Returns a | |
Returns a | |
Returns a | |
Returns a | |
Returns a | |
Returns a | |
Returns a | |
Returns a transformer that returns only those elements from the input that are different to previous element
according to the optionally given |
Interfaces
A possibly infinite asynchronous sequence of elements of type T. See the Stream documentation and the AsyncStream API documentation | |
A non-empty and possibly infinite asynchronous sequence of elements of type T. See the Stream documentation and the AsyncStream API documentation | |
An interface that extends the standard | |
An iterator that extends the default | |
The Implementation interface for a | |
A possibly infinite sequence of elements of type T. See the Stream documentation and the Stream API documentation | |
A non-empty and possibly infinite sequence of elements of type T. See the Stream documentation and the Stream API documentation | |
An object that can create a Stream of elements of type | |
An object that can create a non-empty Stream of elements of type |
Type Aliases
An | |
An AsyncReducer that produces instances of | |
An AsyncReducer that produces instances | |
A | |
Any object that is Iterable, a Stream, or can produce a Stream. | |
Any object that is a non-empty Stream, can produce a non-empty Stream, or is a non-empty array. | |
A Reducer that produces instances of | |
A Reducer that produces instances of |