|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrx.operators.OperatorMerge<T>
public final class OperatorMerge<T>
Flattens a list of Observables into one Observable sequence, without any transformation.
You can combine the items emitted by multiple Observables so that they act like a single Observable, by using the merge operation.
| Constructor Summary | |
|---|---|
OperatorMerge()
|
|
| Method Summary | |
|---|---|
Subscriber<Observable<? extends T>> |
call(Subscriber<? super T> outerOperation)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OperatorMerge()
| Method Detail |
|---|
public Subscriber<Observable<? extends T>> call(Subscriber<? super T> outerOperation)
call in interface Func1<Subscriber<? super T>,Subscriber<? super Observable<? extends T>>>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||