import * as rimbu from "https://deno.land/x/rimbu@1.2.1/stream/async/async-transformer.ts";
Variables
Returns an async transformer that filters elements from the input stream based on the provided predicate function. | |
Returns an async transformer that produces windows/collections of |
Functions
Returns an | |
Returns an async 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 an async 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 an AsyncTransformer based on a given synchronous or asynchronous transformer. | |
Returns an | |
Returns an | |
Returns an | |
Returns an | |
Returns an |
Type Aliases
An AsyncReducer that produces instances of | |
Convenience type to allow synchronous transformers to be supplied to functions that accept async transformers. | |
Convenience type to allow non-empty synchronous transformers to be supplied to functions that accept non-empty async transformers. | |
An AsyncReducer that produces instances |