T - the wrapped value type
public final class OperatorDematerialize<T> extends Objectimplements Observable .Operator <T ,Notification <T>>
OperatorMaterialize by transforming the Notification objects emitted by a source Observable into the items or notifications they represent.
See here for the Microsoft Rx equivalent.
| Constructor and Description |
|---|
OperatorDematerialize()
|
public Subscriber<? super Notification <T>> call(Subscriber <? super T> child)