Materialize-dematerialize

See also

Observable.dematerialize()

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

Returns an observable sequence exhibiting the behavior corresponding to the source sequence’s notification values.

../../_images/dematerialize.png
Observable.materialize()

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

Returns an observable sequence containing the materialized notification values from the source sequence.

../../_images/materialize.png