public static final class Concat.FromIterable
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Concat.FromIterable.IndexedSelector<T,U>
Concatenates the observable sequences resulting from enumerating
the sorce iterable and calling the indexed resultSelector function.
|
static class |
Concat.FromIterable.Selector<T,U>
Concatenates the observable sequences resulting from enumerating
the sorce iterable and calling the resultSelector function.
|