T - the wrapped value typepublic final class OperatorDematerializeLite<T> extends Object implements rx.Observable.Operator<T,Object>
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 |
|---|---|
rx.Subscriber<? super Object> |
call(rx.Subscriber<? super T> child) |
static OperatorDematerializeLite |
instance() |
public static OperatorDematerializeLite instance()
Copyright © 2013–2016. All rights reserved.