import * as rimbu from "https://deno.land/x/rimbu@1.2.1/stream/main/transformer.ts";
Variables
Returns a transformer that filters elements from the input stream based on the provided predicate function. | |
Returns a transformer that produces windows/collections of |
Functions
Returns a | |
Returns a transformer that returns only those elements from the input that are different to previous element
according to the optionally given | |
Returns a transformer that applies the given flatMap function to each element of the input stream, and concatenates all the resulting resulting streams into one stream. | |
Returns a transformer that applies the given flatMap function to each element of the input stream, and concatenates all the resulting resulting streams into one stream, where each resulting element is tupled with the originating input element. | |
Returns a | |
Returns a | |
Returns a | |
Returns a | |
Returns a | |
Returns a |
Type Aliases
A Reducer that produces instances of | |
A Reducer that produces instances of |