Materialize-dematerialize¶
See also
- Official ReactiveX documentation: MaterializeDematerialize
-
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.
-
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.