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