WhereOperator<T> extension
- on
-
- Observable<
T>
- Observable<
Methods
-
where(
Predicate1< T> predicate) → Observable<T> - Filter items emitted by the source Observable by only emitting those that satisfy a specified predicate.