public final class Select
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Select.Cast<T>
Casts the values of the source sequence into the target type.
|
static class |
Select.CastToken<T>
Casts the values of the source sequence into the
given type via the type token.
|
static class |
Select.DefaultIfEmptyFunc<T>
Returns a single value produced by a function in case the source
observable is empty.
|
static class |
Select.Indexed<T,U>
Transforms the elements of the source observable into
Us by using a selector which receives an index indicating
how many elements have been transformed this far.
|
static class |
Select.LongIndexed<T,U>
Transforms the elements of the source observable into
Us by using a selector which receives an index indicating
how many elements have been transformed this far.
|
static class |
Select.Simple<T,U>
Use the mapper to transform the T source into an U source.
|