Rx.Observable.prototype.materialize()

Materializes the implicit notifications of an observable sequence as explicit notification values.

Returns

(Observable): An observable sequence containing the materialized notification values from the source sequence.

Example