File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/io/reactivex Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2373,7 +2373,7 @@ public final Single<T> doOnDispose(final Action onDispose) {
23732373 * Filters the success item of the Single via a predicate function and emitting it if the predicate
23742374 * returns true, completing otherwise.
23752375 * <p>
2376- * <img width="640" height="310 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/filter.png" alt="">
2376+ * <img width="640" height="457 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single. filter.png" alt="">
23772377 * <dl>
23782378 * <dt><b>Scheduler:</b></dt>
23792379 * <dd>{@code filter} does not operate by default on a particular {@link Scheduler}.</dd>
You can’t perform that action at this time.
0 commit comments