@@ -8163,7 +8163,7 @@ public final Flowable<T> filter(Predicate<? super T> predicate) {
8163
8163
* Returns a Maybe that emits only the very first item emitted by this Flowable or
8164
8164
* completes if this Flowable is empty.
8165
8165
* <p>
8166
- * <img width="640" height="310 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/first .png" alt="">
8166
+ * <img width="640" height="237 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/firstElement.m .png" alt="">
8167
8167
* <dl>
8168
8168
* <dt><b>Backpressure:</b></dt>
8169
8169
* <dd>The operator honors backpressure from downstream and consumes the source {@code Publisher} in an
@@ -8186,7 +8186,7 @@ public final Maybe<T> firstElement() {
8186
8186
* Returns a Single that emits only the very first item emitted by this Flowable, or a default
8187
8187
* item if this Flowable completes without emitting anything.
8188
8188
* <p>
8189
- * <img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/firstOrDefault .png" alt="">
8189
+ * <img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/first.s .png" alt="">
8190
8190
* <dl>
8191
8191
* <dt><b>Backpressure:</b></dt>
8192
8192
* <dd>The operator honors backpressure from downstream and consumes the source {@code Publisher} in an
@@ -8772,7 +8772,7 @@ public final Completable flatMapCompletable(Function<? super T, ? extends Comple
8772
8772
* Returns a Flowable that merges each item emitted by the source Publisher with the values in an
8773
8773
* Iterable corresponding to that item that is generated by a selector.
8774
8774
* <p>
8775
- * <img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/mergeMapIterable .png" alt="">
8775
+ * <img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/flatMapIterable.f .png" alt="">
8776
8776
* <dl>
8777
8777
* <dt><b>Backpressure:</b></dt>
8778
8778
* <dd>The operator honors backpressure from downstream. The source {@code Publisher}s is
@@ -8802,7 +8802,7 @@ public final <U> Flowable<U> flatMapIterable(final Function<? super T, ? extends
8802
8802
* Returns a Flowable that merges each item emitted by the source Publisher with the values in an
8803
8803
* Iterable corresponding to that item that is generated by a selector.
8804
8804
* <p>
8805
- * <img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/mergeMapIterable .png" alt="">
8805
+ * <img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/flatMapIterable.f .png" alt="">
8806
8806
* <dl>
8807
8807
* <dt><b>Backpressure:</b></dt>
8808
8808
* <dd>The operator honors backpressure from downstream. The source {@code Publisher}s is
@@ -8836,7 +8836,7 @@ public final <U> Flowable<U> flatMapIterable(final Function<? super T, ? extends
8836
8836
* Returns a Flowable that emits the results of applying a function to the pair of values from the source
8837
8837
* Publisher and an Iterable corresponding to that item that is generated by a selector.
8838
8838
* <p>
8839
- * <img width="640" height="390 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/mergeMapIterable .r.png" alt="">
8839
+ * <img width="640" height="410 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/flatMapIterable.f .r.png" alt="">
8840
8840
* <dl>
8841
8841
* <dt><b>Backpressure:</b></dt>
8842
8842
* <dd>The operator honors backpressure from downstream and the source {@code Publisher}s is
@@ -8874,7 +8874,7 @@ public final <U, V> Flowable<V> flatMapIterable(final Function<? super T, ? exte
8874
8874
* Iterable corresponding to that item that is generated by a selector, while limiting the number of concurrent
8875
8875
* subscriptions to these Publishers.
8876
8876
* <p>
8877
- * <img width="640" height="310 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/mergeMapIterable .png" alt="">
8877
+ * <img width="640" height="410 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/flatMapIterable.f.r .png" alt="">
8878
8878
* <dl>
8879
8879
* <dt><b>Backpressure:</b></dt>
8880
8880
* <dd>The operator honors backpressure from downstream. The source {@code Publisher}s is
0 commit comments