public static final class Concat.FromObservable
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Concat.FromObservable.IndexedSelector<T,U>
Concatenate the the multiple sources selected by the indexed function after another.
|
static class |
Concat.FromObservable.Selector<T,U>
Concatenate the the multiple sources selected by the function after another.
|