dematerialize
Convierte un Observable de objetos Notification en las emisiones que representan
Last updated
Convierte un Observable de objetos Notification en las emisiones que representan
Last updated
Transforma los objetos Notification
en emisiones next
, error
y complete
. Es el operador opuesto a materialize
.
dematerialize
opera un Observable que únicamente emite objetos Notification
como emisiones next
, y no emite ningún error. Tal Observable es el resultado de una operación con materialize
. Esas notificaciones se transforman mediante los metadatos que contienen, y se emiten como notificaciones next
, error
y complete
en el Observable salida.
Se utiliza junto al operador materialize
.
Convierte las Notificaciones en emisiones con el mismo valor y tipo (error, next o complete)
Convierte un Observable de Notificaciones en un Observable de valores