public final class Where
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Where.Indexed<T>
Creates a filtered observable where only Ts are relayed which satisfy the clause.
|
static class |
Where.IndexedFactory<T>
Creates a filtered observable where only Ts are relayed which satisfy the clause.
|
static class |
Where.LongIndexed<T>
Creates a filtered observable where only Ts are relayed which satisfy the clause.
|
static class |
Where.OfType<T>
Filters the elements of the source sequence which
is assignable to the provided type.
|
static class |
Where.Simple<T>
Creates a filtered observable where only Ts are relayed which satisfy the clause.
|