public final class SelectMany
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SelectMany.Paired<T,U,V>
Creates an observable in which for each of Ts an observable of Vs are
requested which in turn will be transformed by the resultSelector for each
pair of T and V giving an U.
|
static class |
SelectMany.WithIterable<T,U,V>
Transform the given source of Ts into Us in a way that the selector might return zero to multiple elements of Us for a single T.
|