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