Skip to content

Commit c8a9852

Browse files
UMFsimkeakarnokd
authored andcommitted
Add marble diagram to the Single.filter method (#6075)
* Add marble diagram to the Single.filter method * Use correct marble diagram URL for Single.filter method
1 parent e29b57b commit c8a9852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/reactivex/Single.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)