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.
| Modifier and Type | Method and Description |
|---|---|
Subscriber |
call(Subscriber
|
static OperatorDematerialize |
instance()
|
public static OperatorDematerializeinstance()
public Subscriber<? super Notification <T>> call(Subscriber <? super T> child)