@@ -8217,8 +8217,8 @@ public final Single<T> firstOrError() {
8217
8217
* <dl>
8218
8218
* <dt><b>Backpressure:</b></dt>
8219
8219
* <dd>The operator honors backpressure from downstream. The upstream Flowable is consumed
8220
- * in a bounded manner (up to {@link #bufferSize()} outstanding request amount for items).
8221
- * The inner {@code Publisher}s are expected to honor backpressure; if violated,
8220
+ * in a bounded manner (up to {@link #bufferSize()} outstanding request amount for items).
8221
+ * The inner {@code Publisher}s are expected to honor backpressure; if violated,
8222
8222
* the operator <em>may</em> signal {@code MissingBackpressureException}.</dd>
8223
8223
* <dt><b>Scheduler:</b></dt>
8224
8224
* <dd>{@code flatMap} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -8249,8 +8249,8 @@ public final <R> Flowable<R> flatMap(Function<? super T, ? extends Publisher<? e
8249
8249
* <dl>
8250
8250
* <dt><b>Backpressure:</b></dt>
8251
8251
* <dd>The operator honors backpressure from downstream. The upstream Flowable is consumed
8252
- * in a bounded manner (up to {@link #bufferSize()} outstanding request amount for items).
8253
- * The inner {@code Publisher}s are expected to honor backpressure; if violated,
8252
+ * in a bounded manner (up to {@link #bufferSize()} outstanding request amount for items).
8253
+ * The inner {@code Publisher}s are expected to honor backpressure; if violated,
8254
8254
* the operator <em>may</em> signal {@code MissingBackpressureException}.</dd>
8255
8255
* <dt><b>Scheduler:</b></dt>
8256
8256
* <dd>{@code flatMap} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -8285,8 +8285,8 @@ public final <R> Flowable<R> flatMap(Function<? super T, ? extends Publisher<? e
8285
8285
* <dl>
8286
8286
* <dt><b>Backpressure:</b></dt>
8287
8287
* <dd>The operator honors backpressure from downstream. The upstream Flowable is consumed
8288
- * in a bounded manner (up to {@code maxConcurrency} outstanding request amount for items).
8289
- * The inner {@code Publisher}s are expected to honor backpressure; if violated,
8288
+ * in a bounded manner (up to {@code maxConcurrency} outstanding request amount for items).
8289
+ * The inner {@code Publisher}s are expected to honor backpressure; if violated,
8290
8290
* the operator <em>may</em> signal {@code MissingBackpressureException}.</dd>
8291
8291
* <dt><b>Scheduler:</b></dt>
8292
8292
* <dd>{@code flatMap} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -8321,8 +8321,8 @@ public final <R> Flowable<R> flatMap(Function<? super T, ? extends Publisher<? e
8321
8321
* <dl>
8322
8322
* <dt><b>Backpressure:</b></dt>
8323
8323
* <dd>The operator honors backpressure from downstream. The upstream Flowable is consumed
8324
- * in a bounded manner (up to {@code maxConcurrency} outstanding request amount for items).
8325
- * The inner {@code Publisher}s are expected to honor backpressure; if violated,
8324
+ * in a bounded manner (up to {@code maxConcurrency} outstanding request amount for items).
8325
+ * The inner {@code Publisher}s are expected to honor backpressure; if violated,
8326
8326
* the operator <em>may</em> signal {@code MissingBackpressureException}.</dd>
8327
8327
* <dt><b>Scheduler:</b></dt>
8328
8328
* <dd>{@code flatMap} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -8360,8 +8360,8 @@ public final <R> Flowable<R> flatMap(Function<? super T, ? extends Publisher<? e
8360
8360
* <dl>
8361
8361
* <dt><b>Backpressure:</b></dt>
8362
8362
* <dd>The operator honors backpressure from downstream. The upstream Flowable is consumed
8363
- * in a bounded manner (up to {@code maxConcurrency} outstanding request amount for items).
8364
- * The inner {@code Publisher}s are expected to honor backpressure; if violated,
8363
+ * in a bounded manner (up to {@code maxConcurrency} outstanding request amount for items).
8364
+ * The inner {@code Publisher}s are expected to honor backpressure; if violated,
8365
8365
* the operator <em>may</em> signal {@code MissingBackpressureException}.</dd>
8366
8366
* <dt><b>Scheduler:</b></dt>
8367
8367
* <dd>{@code flatMap} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -8411,8 +8411,8 @@ public final <R> Flowable<R> flatMap(Function<? super T, ? extends Publisher<? e
8411
8411
* <dl>
8412
8412
* <dt><b>Backpressure:</b></dt>
8413
8413
* <dd>The operator honors backpressure from downstream. The upstream Flowable is consumed
8414
- * in a bounded manner (up to {@link #bufferSize()} outstanding request amount for items).
8415
- * The inner {@code Publisher}s are expected to honor backpressure; if violated,
8414
+ * in a bounded manner (up to {@link #bufferSize()} outstanding request amount for items).
8415
+ * The inner {@code Publisher}s are expected to honor backpressure; if violated,
8416
8416
* the operator <em>may</em> signal {@code MissingBackpressureException}.</dd>
8417
8417
* <dt><b>Scheduler:</b></dt>
8418
8418
* <dd>{@code flatMap} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -8454,8 +8454,8 @@ public final <R> Flowable<R> flatMap(
8454
8454
* <dl>
8455
8455
* <dt><b>Backpressure:</b></dt>
8456
8456
* <dd>The operator honors backpressure from downstream. The upstream Flowable is consumed
8457
- * in a bounded manner (up to {@code maxConcurrency} outstanding request amount for items).
8458
- * The inner {@code Publisher}s are expected to honor backpressure; if violated,
8457
+ * in a bounded manner (up to {@code maxConcurrency} outstanding request amount for items).
8458
+ * The inner {@code Publisher}s are expected to honor backpressure; if violated,
8459
8459
* the operator <em>may</em> signal {@code MissingBackpressureException}.</dd>
8460
8460
* <dt><b>Scheduler:</b></dt>
8461
8461
* <dd>{@code flatMap} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -8501,8 +8501,8 @@ public final <R> Flowable<R> flatMap(
8501
8501
* <dl>
8502
8502
* <dt><b>Backpressure:</b></dt>
8503
8503
* <dd>The operator honors backpressure from downstream. The upstream Flowable is consumed
8504
- * in a bounded manner (up to {@code maxConcurrency} outstanding request amount for items).
8505
- * The inner {@code Publisher}s are expected to honor backpressure; if violated,
8504
+ * in a bounded manner (up to {@code maxConcurrency} outstanding request amount for items).
8505
+ * The inner {@code Publisher}s are expected to honor backpressure; if violated,
8506
8506
* the operator <em>may</em> signal {@code MissingBackpressureException}.</dd>
8507
8507
* <dt><b>Scheduler:</b></dt>
8508
8508
* <dd>{@code flatMap} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -8537,8 +8537,8 @@ public final <U, R> Flowable<R> flatMap(Function<? super T, ? extends Publisher<
8537
8537
* <dl>
8538
8538
* <dt><b>Backpressure:</b></dt>
8539
8539
* <dd>The operator honors backpressure from downstream. The upstream Flowable is consumed
8540
- * in a bounded manner (up to {@link #bufferSize()} outstanding request amount for items).
8541
- * The inner {@code Publisher}s are expected to honor backpressure; if violated,
8540
+ * in a bounded manner (up to {@link #bufferSize()} outstanding request amount for items).
8541
+ * The inner {@code Publisher}s are expected to honor backpressure; if violated,
8542
8542
* the operator <em>may</em> signal {@code MissingBackpressureException}.</dd>
8543
8543
* <dt><b>Scheduler:</b></dt>
8544
8544
* <dd>{@code flatMap} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -8577,8 +8577,8 @@ public final <U, R> Flowable<R> flatMap(Function<? super T, ? extends Publisher<
8577
8577
* <dl>
8578
8578
* <dt><b>Backpressure:</b></dt>
8579
8579
* <dd>The operator honors backpressure from downstream. The upstream Flowable is consumed
8580
- * in a bounded manner (up to {@code maxConcurrency} outstanding request amount for items).
8581
- * The inner {@code Publisher}s are expected to honor backpressure; if violated,
8580
+ * in a bounded manner (up to {@code maxConcurrency} outstanding request amount for items).
8581
+ * The inner {@code Publisher}s are expected to honor backpressure; if violated,
8582
8582
* the operator <em>may</em> signal {@code MissingBackpressureException}.</dd>
8583
8583
* <dt><b>Scheduler:</b></dt>
8584
8584
* <dd>{@code flatMap} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -8620,8 +8620,8 @@ public final <U, R> Flowable<R> flatMap(Function<? super T, ? extends Publisher<
8620
8620
* <dl>
8621
8621
* <dt><b>Backpressure:</b></dt>
8622
8622
* <dd>The operator honors backpressure from downstream. The upstream Flowable is consumed
8623
- * in a bounded manner (up to {@code maxConcurrency} outstanding request amount for items).
8624
- * The inner {@code Publisher}s are expected to honor backpressure; if violated,
8623
+ * in a bounded manner (up to {@code maxConcurrency} outstanding request amount for items).
8624
+ * The inner {@code Publisher}s are expected to honor backpressure; if violated,
8625
8625
* the operator <em>may</em> signal {@code MissingBackpressureException}.</dd>
8626
8626
* <dt><b>Scheduler:</b></dt>
8627
8627
* <dd>{@code flatMap} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -8667,8 +8667,8 @@ public final <U, R> Flowable<R> flatMap(final Function<? super T, ? extends Publ
8667
8667
* <dl>
8668
8668
* <dt><b>Backpressure:</b></dt>
8669
8669
* <dd>The operator honors backpressure from downstream. The upstream Flowable is consumed
8670
- * in a bounded manner (up to {@link #bufferSize()} outstanding request amount for items).
8671
- * The inner {@code Publisher}s are expected to honor backpressure; if violated,
8670
+ * in a bounded manner (up to {@link #bufferSize()} outstanding request amount for items).
8671
+ * The inner {@code Publisher}s are expected to honor backpressure; if violated,
8672
8672
* the operator <em>may</em> signal {@code MissingBackpressureException}.</dd>
8673
8673
* <dt><b>Scheduler:</b></dt>
8674
8674
* <dd>{@code flatMap} does not operate by default on a particular {@link Scheduler}.</dd>
0 commit comments