| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrx.operators.OperationConcat
public final class OperationConcat
| Constructor Summary | |
|---|---|
| OperationConcat() | |
| Method Summary | ||
|---|---|---|
| static
 | concat(java.util.List<Observable<T>> sequences) | |
| static
 | concat(Observable<Observable<T>> sequences) | |
| static
 | concat(Observable<T>... sequences)Combine the observable sequences from the list of Observables into one observable sequence without any transformation. | |
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public OperationConcat()
| Method Detail | 
|---|
public static <T> Func1<Observer<T>,Subscription> concat(Observable<T>... sequences)
sequences - An observable sequence of elements to project.
public static <T> Func1<Observer<T>,Subscription> concat(java.util.List<Observable<T>> sequences)
public static <T> Func1<Observer<T>,Subscription> concat(Observable<Observable<T>> sequences)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||