Rx.Observable.prototype.dematerialize()
Dematerializes the explicit notification values of an observable sequence as implicit notifications.
返回值
(Observable
): An observable sequence exhibiting the behavior corresponding to the source sequence's notification values.