T
- the wrapped value typepublic final class OperatorDematerialize<T> extends java.lang.Object implements 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() |
Modifier and Type | Method and Description |
---|---|
Subscriber<? super Notification<T>> |
call(Subscriber<? super T> child) |
public Subscriber<? super Notification<T>> call(Subscriber<? super T> child)
call
in interface Func1<Subscriber<? super T>,Subscriber<? super Notification<T>>>