T
- the wrapped value typepublic final class OperatorDematerialize<T> extends 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.
Modifier and Type | Method and Description |
---|---|
Subscriber<? super Notification<T>> |
call(Subscriber<? super T> child) |
static OperatorDematerialize |
instance() |
public static OperatorDematerialize instance()
public Subscriber<? super Notification<T>> call(Subscriber<? super T> child)
call
in interface Func1<Subscriber<? super T>,Subscriber<? super Notification<T>>>
Copyright © 2017. All rights reserved.