@@ -8266,7 +8266,7 @@ public final Completable concatMapCompletableDelayError(@NonNull Function<? supe
8266
8266
* other succeeds or completes, emits their success value if available or terminates immediately if
8267
8267
* either this {@code Flowable} or the current inner {@code MaybeSource} fail.
8268
8268
* <p>
8269
- * <img width="640" height="305 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap .v3.png" alt="">
8269
+ * <img width="640" height="310 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapMaybe .v3.png" alt="">
8270
8270
* <dl>
8271
8271
* <dt><b>Backpressure:</b></dt>
8272
8272
* <dd>The operator expects the upstream to support backpressure and honors
@@ -8299,7 +8299,7 @@ public final Completable concatMapCompletableDelayError(@NonNull Function<? supe
8299
8299
* other succeeds or completes, emits their success value if available or terminates immediately if
8300
8300
* either this {@code Flowable} or the current inner {@code MaybeSource} fail.
8301
8301
* <p>
8302
- * <img width="640" height="305 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap .v3.png" alt="">
8302
+ * <img width="640" height="310 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapMaybe .v3.png" alt="">
8303
8303
* <dl>
8304
8304
* <dt><b>Backpressure:</b></dt>
8305
8305
* <dd>The operator expects the upstream to support backpressure and honors
@@ -8339,7 +8339,7 @@ public final Completable concatMapCompletableDelayError(@NonNull Function<? supe
8339
8339
* other terminates, emits their success value if available and delaying all errors
8340
8340
* till both this {@code Flowable} and all inner {@code MaybeSource}s terminate.
8341
8341
* <p>
8342
- * <img width="640" height="305 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap .v3.png" alt="">
8342
+ * <img width="640" height="310 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapMaybeDelayError .v3.png" alt="">
8343
8343
* <dl>
8344
8344
* <dt><b>Backpressure:</b></dt>
8345
8345
* <dd>The operator expects the upstream to support backpressure and honors
@@ -8372,7 +8372,7 @@ public final Completable concatMapCompletableDelayError(@NonNull Function<? supe
8372
8372
* other terminates, emits their success value if available and optionally delaying all errors
8373
8373
* till both this {@code Flowable} and all inner {@code MaybeSource}s terminate.
8374
8374
* <p>
8375
- * <img width="640" height="305 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap .v3.png" alt="">
8375
+ * <img width="640" height="310 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapMaybeDelayError .v3.png" alt="">
8376
8376
* <dl>
8377
8377
* <dt><b>Backpressure:</b></dt>
8378
8378
* <dd>The operator expects the upstream to support backpressure and honors
@@ -8411,7 +8411,7 @@ public final Completable concatMapCompletableDelayError(@NonNull Function<? supe
8411
8411
* other terminates, emits their success value if available and optionally delaying all errors
8412
8412
* till both this {@code Flowable} and all inner {@code MaybeSource}s terminate.
8413
8413
* <p>
8414
- * <img width="640" height="305 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap .v3.png" alt="">
8414
+ * <img width="640" height="310 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapMaybeDelayError .v3.png" alt="">
8415
8415
* <dl>
8416
8416
* <dt><b>Backpressure:</b></dt>
8417
8417
* <dd>The operator expects the upstream to support backpressure and honors
@@ -8456,7 +8456,7 @@ public final Completable concatMapCompletableDelayError(@NonNull Function<? supe
8456
8456
* other succeeds, emits their success values or terminates immediately if
8457
8457
* either this {@code Flowable} or the current inner {@code SingleSource} fail.
8458
8458
* <p>
8459
- * <img width="640" height="305 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap .v3.png" alt="">
8459
+ * <img width="640" height="310 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapSingle .v3.png" alt="">
8460
8460
* <dl>
8461
8461
* <dt><b>Backpressure:</b></dt>
8462
8462
* <dd>The operator expects the upstream to support backpressure and honors
@@ -8489,7 +8489,7 @@ public final Completable concatMapCompletableDelayError(@NonNull Function<? supe
8489
8489
* other succeeds, emits their success values or terminates immediately if
8490
8490
* either this {@code Flowable} or the current inner {@code SingleSource} fail.
8491
8491
* <p>
8492
- * <img width="640" height="305 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap .v3.png" alt="">
8492
+ * <img width="640" height="310 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapSingle .v3.png" alt="">
8493
8493
* <dl>
8494
8494
* <dt><b>Backpressure:</b></dt>
8495
8495
* <dd>The operator expects the upstream to support backpressure and honors
@@ -8529,7 +8529,7 @@ public final Completable concatMapCompletableDelayError(@NonNull Function<? supe
8529
8529
* other succeeds or fails, emits their success values and delays all errors
8530
8530
* till both this {@code Flowable} and all inner {@code SingleSource}s terminate.
8531
8531
* <p>
8532
- * <img width="640" height="305 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap .v3.png" alt="">
8532
+ * <img width="640" height="310 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapSingleDelayError .v3.png" alt="">
8533
8533
* <dl>
8534
8534
* <dt><b>Backpressure:</b></dt>
8535
8535
* <dd>The operator expects the upstream to support backpressure and honors
@@ -8562,7 +8562,7 @@ public final Completable concatMapCompletableDelayError(@NonNull Function<? supe
8562
8562
* other succeeds or fails, emits their success values and optionally delays all errors
8563
8563
* till both this {@code Flowable} and all inner {@code SingleSource}s terminate.
8564
8564
* <p>
8565
- * <img width="640" height="305 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap .v3.png" alt="">
8565
+ * <img width="640" height="310 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapSingleDelayError .v3.png" alt="">
8566
8566
* <dl>
8567
8567
* <dt><b>Backpressure:</b></dt>
8568
8568
* <dd>The operator expects the upstream to support backpressure and honors
@@ -8601,7 +8601,7 @@ public final Completable concatMapCompletableDelayError(@NonNull Function<? supe
8601
8601
* other succeeds or fails, emits their success values and optionally delays errors
8602
8602
* till both this {@code Flowable} and all inner {@code SingleSource}s terminate.
8603
8603
* <p>
8604
- * <img width="640" height="305 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap .v3.png" alt="">
8604
+ * <img width="640" height="310 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapSingleDelayError .v3.png" alt="">
8605
8605
* <dl>
8606
8606
* <dt><b>Backpressure:</b></dt>
8607
8607
* <dd>The operator expects the upstream to support backpressure and honors
@@ -10957,6 +10957,8 @@ public final Completable flatMapCompletable(@NonNull Function<? super T, ? exten
10957
10957
/**
10958
10958
* Maps each element of the upstream {@code Flowable} into {@link MaybeSource}s, subscribes to all of them
10959
10959
* and merges their {@code onSuccess} values, in no particular order, into a single {@code Flowable} sequence.
10960
+ * <p>
10961
+ * <img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/flatMapMaybe.v3.png" alt="">
10960
10962
* <dl>
10961
10963
* <dt><b>Backpressure:</b></dt>
10962
10964
* <dd>The operator consumes the upstream in an unbounded manner.</dd>
@@ -10980,6 +10982,8 @@ public final Completable flatMapCompletable(@NonNull Function<? super T, ? exten
10980
10982
* Maps each element of the upstream {@code Flowable} into {@link MaybeSource}s, subscribes to at most
10981
10983
* {@code maxConcurrency} {@code MaybeSource}s at a time and merges their {@code onSuccess} values,
10982
10984
* in no particular order, into a single {@code Flowable} sequence, optionally delaying all errors.
10985
+ * <p>
10986
+ * <img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/flatMapMaybe.v3.png" alt="">
10983
10987
* <dl>
10984
10988
* <dt><b>Backpressure:</b></dt>
10985
10989
* <dd>If {@code maxConcurrency == }{@link Integer#MAX_VALUE} the operator consumes the upstream in an unbounded manner.
0 commit comments