File tree 2 files changed +2
-2
lines changed
src/main/java/io/reactivex/rxjava3/core
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10148,7 +10148,7 @@ public final Maybe<T> firstElement() {
10148
10148
* Returns a {@link Single} that emits only the very first item emitted by this {@code Flowable}, or a default
10149
10149
* item if this {@code Flowable} completes without emitting anything.
10150
10150
* <p>
10151
- * <img width="640" height="285 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/first.s.png" alt="">
10151
+ * <img width="640" height="298 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Flowable. first.s.png" alt="">
10152
10152
* <dl>
10153
10153
* <dt><b>Backpressure:</b></dt>
10154
10154
* <dd>The operator honors backpressure from downstream and consumes the current {@code Flowable} in a bounded manner.</dd>
Original file line number Diff line number Diff line change @@ -8953,7 +8953,7 @@ public final Maybe<T> firstElement() {
8953
8953
* Returns a {@link Single} that emits only the very first item emitted by the current {@code Observable}, or a default item
8954
8954
* if the current {@code Observable} completes without emitting any items.
8955
8955
* <p>
8956
- * <img width="640" height="285 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/first.s.png" alt="">
8956
+ * <img width="640" height="283 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/first.s.png" alt="">
8957
8957
* <dl>
8958
8958
* <dt><b>Scheduler:</b></dt>
8959
8959
* <dd>{@code first} does not operate by default on a particular {@link Scheduler}.</dd>
You can’t perform that action at this time.
0 commit comments