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.
| Modifier and Type | Method and Description |
|---|---|
Subscriber |
call(Subscriber
|
static <T> OperatorMaterialize |
instance()
|
public static <T> OperatorMaterialize<T> instance()
public Subscriber<? super T> call(Subscriber <? super Notification <T>> child)