import * as streamObservables from "https://deno.land/x/stream_observables@v1.3/sources/mod.ts";
Functions
Utility function to create new observables from external sources.
Returns an object with two values: the new observable, and a | |
Creates an observable from an asynchronous function. The observable emits exactly one value when once the function returns. | |
Create a | |
Creates an observable from an | |
Creates an observable from a generator that takes no arguments. | |
Create a | |
Creates an observable from a function that gets passed the
observable's | |
Creates an observable from a promise, that emits exactly one value when the promise resolves. | |
Creates an observable that will forever emit | |
f just | Creates an observable that emits a set of values. |
f of | An alias for just. |
Creates an observable that emits numbers from | |
Creates an observable that forever emits the same value. |