public final class OperatorMaterialize<T> extends Objectimplements 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()
|
public Subscriber<? super T> call(Subscriber <? super Notification <T>> child)