public final class OperatorMaterializeLite<T> extends Object implements rx.Observable.Operator<Object,T>
onNext emissions, and marks
them with their original notification types within NotificationLite objects.
See here for the Microsoft Rx equivalent.
| Modifier and Type | Method and Description |
|---|---|
rx.Subscriber<? super T> |
call(rx.Subscriber<? super Object> child) |
static <T> OperatorMaterializeLite<T> |
instance() |
public static <T> OperatorMaterializeLite<T> instance()
Copyright © 2013–2016. All rights reserved.