public final class OperatorMaterialize<T> extends java.lang.Object implements Observable.Operator<Notification<T>,T>
onNext
emissions, and marks
them with their original notification types within Notification
objects.
See here for the Microsoft Rx equivalent.
Constructor and Description |
---|
OperatorMaterialize() |
Modifier and Type | Method and Description |
---|---|
Subscriber<? super T> |
call(Subscriber<? super Notification<T>> child) |
public Subscriber<? super T> call(Subscriber<? super Notification<T>> child)
call
in interface Func1<Subscriber<? super Notification<T>>,Subscriber<? super T>>