Creates an observable from a function that gets passed the observable's next() function.
next()
See also external.
Type of items to be emitted by the observable.
Function that will be executed with the observable's next() function.
New observable.
Generated using TypeDoc
Creates an observable from a function that gets passed the observable's
next()
function.See also external.