WhereTypeOperator<T> extension

on

Methods

whereType<R>() Observable<R>

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

Filter items emitted by the source Observable by only emitting those that are of the specified type.