We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29b57b commit c8a9852Copy full SHA for c8a9852
src/main/java/io/reactivex/Single.java
@@ -2373,7 +2373,7 @@ public final Single<T> doOnDispose(final Action onDispose) {
2373
* Filters the success item of the Single via a predicate function and emitting it if the predicate
2374
* returns true, completing otherwise.
2375
* <p>
2376
- * <img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/filter.png" alt="">
+ * <img width="640" height="457" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.filter.png" alt="">
2377
* <dl>
2378
* <dt><b>Scheduler:</b></dt>
2379
* <dd>{@code filter} does not operate by default on a particular {@link Scheduler}.</dd>
0 commit comments