the function that is called when the Observable is
initially subscribed to. This function is given a Subscriber, to which new values
can be next
ed, or an error
method can be called to raise an error, or
complete
can be called to notify of a successful completion.
Internal implementation detail, do not use directly.
Creates a new cold Observable by calling the Observable constructor
a handler for each value emitted by the observable
a promise that either resolves on observable completion or rejects with the handled error
Creates a new Observable, with this Observable as the source, and the passed operator defined as the new observable's operator.
the operator defining the operation to take on the observable
a new observable with the Operator applied
Generated using TypeDoc
An operation is a stream of transaction updates