WhereTypeOperator<T> extension
- on
-
- Observable<
T>
- Observable<
Methods
-
whereType<
R> () → Observable< R> -
Available on Observable<
Filter items emitted by the source Observable by only emitting those that are of the specified type.T> , provided by the WhereTypeOperator extension