|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrx.operators.OperationMaterialize
public final class OperationMaterialize
Turns all of the notifications from an Observable into onNext emissions, and marks
them with their original notification types within Notification objects.
See here for the Microsoft Rx equivalent.
| Constructor Summary | |
|---|---|
OperationMaterialize()
|
|
| Method Summary | ||
|---|---|---|
static
|
materialize(Observable<? extends T> sequence)
Materializes the implicit notifications of an observable sequence as explicit notification values. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OperationMaterialize()
| Method Detail |
|---|
public static <T> Observable.OnSubscribeFunc<Notification<T>> materialize(Observable<? extends T> sequence)
sequence - An observable sequence of elements to project.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||