WhereOperator<T> extension

on

Methods

where(Predicate1<T> predicate) Observable<T>

Available on Observable<T>, provided by the WhereOperator extension

Filter items emitted by the source Observable by only emitting those that satisfy a specified predicate.