Skip to content

Commit ecacc07

Browse files
author
akarnokd+ci
committed
CI build: 314 for snapshot
1 parent 853e897 commit ecacc07

File tree

2 files changed

+24
-20
lines changed

2 files changed

+24
-20
lines changed

3.x/javadoc/snapshot/io/reactivex/rxjava3/core/Flowable.html

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13838,7 +13838,7 @@ <h4>concatMapMaybe</h4>
1383813838
other succeeds or completes, emits their success value if available or terminates immediately if
1383913839
either this <code>Flowable</code> or the current inner <code>MaybeSource</code> fail.
1384013840
<p>
13841-
<img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap.v3.png" alt="">
13841+
<img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapMaybe.v3.png" alt="">
1384213842
<dl>
1384313843
<dt><b>Backpressure:</b></dt>
1384413844
<dd>The operator expects the upstream to support backpressure and honors
@@ -13883,7 +13883,7 @@ <h4>concatMapMaybe</h4>
1388313883
other succeeds or completes, emits their success value if available or terminates immediately if
1388413884
either this <code>Flowable</code> or the current inner <code>MaybeSource</code> fail.
1388513885
<p>
13886-
<img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap.v3.png" alt="">
13886+
<img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapMaybe.v3.png" alt="">
1388713887
<dl>
1388813888
<dt><b>Backpressure:</b></dt>
1388913889
<dd>The operator expects the upstream to support backpressure and honors
@@ -13932,7 +13932,7 @@ <h4>concatMapMaybeDelayError</h4>
1393213932
other terminates, emits their success value if available and delaying all errors
1393313933
till both this <code>Flowable</code> and all inner <code>MaybeSource</code>s terminate.
1393413934
<p>
13935-
<img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap.v3.png" alt="">
13935+
<img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapMaybeDelayError.v3.png" alt="">
1393613936
<dl>
1393713937
<dt><b>Backpressure:</b></dt>
1393813938
<dd>The operator expects the upstream to support backpressure and honors
@@ -13977,7 +13977,7 @@ <h4>concatMapMaybeDelayError</h4>
1397713977
other terminates, emits their success value if available and optionally delaying all errors
1397813978
till both this <code>Flowable</code> and all inner <code>MaybeSource</code>s terminate.
1397913979
<p>
13980-
<img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap.v3.png" alt="">
13980+
<img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapMaybeDelayError.v3.png" alt="">
1398113981
<dl>
1398213982
<dt><b>Backpressure:</b></dt>
1398313983
<dd>The operator expects the upstream to support backpressure and honors
@@ -14029,7 +14029,7 @@ <h4>concatMapMaybeDelayError</h4>
1402914029
other terminates, emits their success value if available and optionally delaying all errors
1403014030
till both this <code>Flowable</code> and all inner <code>MaybeSource</code>s terminate.
1403114031
<p>
14032-
<img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap.v3.png" alt="">
14032+
<img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapMaybeDelayError.v3.png" alt="">
1403314033
<dl>
1403414034
<dt><b>Backpressure:</b></dt>
1403514035
<dd>The operator expects the upstream to support backpressure and honors
@@ -14083,7 +14083,7 @@ <h4>concatMapSingle</h4>
1408314083
other succeeds, emits their success values or terminates immediately if
1408414084
either this <code>Flowable</code> or the current inner <code>SingleSource</code> fail.
1408514085
<p>
14086-
<img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap.v3.png" alt="">
14086+
<img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapSingle.v3.png" alt="">
1408714087
<dl>
1408814088
<dt><b>Backpressure:</b></dt>
1408914089
<dd>The operator expects the upstream to support backpressure and honors
@@ -14128,7 +14128,7 @@ <h4>concatMapSingle</h4>
1412814128
other succeeds, emits their success values or terminates immediately if
1412914129
either this <code>Flowable</code> or the current inner <code>SingleSource</code> fail.
1413014130
<p>
14131-
<img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap.v3.png" alt="">
14131+
<img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapSingle.v3.png" alt="">
1413214132
<dl>
1413314133
<dt><b>Backpressure:</b></dt>
1413414134
<dd>The operator expects the upstream to support backpressure and honors
@@ -14177,7 +14177,7 @@ <h4>concatMapSingleDelayError</h4>
1417714177
other succeeds or fails, emits their success values and delays all errors
1417814178
till both this <code>Flowable</code> and all inner <code>SingleSource</code>s terminate.
1417914179
<p>
14180-
<img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap.v3.png" alt="">
14180+
<img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapSingleDelayError.v3.png" alt="">
1418114181
<dl>
1418214182
<dt><b>Backpressure:</b></dt>
1418314183
<dd>The operator expects the upstream to support backpressure and honors
@@ -14222,7 +14222,7 @@ <h4>concatMapSingleDelayError</h4>
1422214222
other succeeds or fails, emits their success values and optionally delays all errors
1422314223
till both this <code>Flowable</code> and all inner <code>SingleSource</code>s terminate.
1422414224
<p>
14225-
<img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap.v3.png" alt="">
14225+
<img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapSingleDelayError.v3.png" alt="">
1422614226
<dl>
1422714227
<dt><b>Backpressure:</b></dt>
1422814228
<dd>The operator expects the upstream to support backpressure and honors
@@ -14274,7 +14274,7 @@ <h4>concatMapSingleDelayError</h4>
1427414274
other succeeds or fails, emits their success values and optionally delays errors
1427514275
till both this <code>Flowable</code> and all inner <code>SingleSource</code>s terminate.
1427614276
<p>
14277-
<img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap.v3.png" alt="">
14277+
<img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapSingleDelayError.v3.png" alt="">
1427814278
<dl>
1427914279
<dt><b>Backpressure:</b></dt>
1428014280
<dd>The operator expects the upstream to support backpressure and honors
@@ -16986,6 +16986,8 @@ <h4>flatMapMaybe</h4>
1698616986
public final&nbsp;&lt;R&gt;&nbsp;<a href="../../../../io/reactivex/rxjava3/annotations/NonNull.html" title="annotation in io.reactivex.rxjava3.annotations">@NonNull</a> <a href="../../../../io/reactivex/rxjava3/core/Flowable.html" title="class in io.reactivex.rxjava3.core">Flowable</a>&lt;R&gt;&nbsp;flatMapMaybe(<a href="../../../../io/reactivex/rxjava3/annotations/NonNull.html" title="annotation in io.reactivex.rxjava3.annotations">@NonNull</a> <a href="../../../../io/reactivex/rxjava3/functions/Function.html" title="interface in io.reactivex.rxjava3.functions">Function</a>&lt;? super <a href="../../../../io/reactivex/rxjava3/core/Flowable.html" title="type parameter in Flowable">T</a>,? extends <a href="../../../../io/reactivex/rxjava3/core/MaybeSource.html" title="interface in io.reactivex.rxjava3.core">MaybeSource</a>&lt;? extends R&gt;&gt;&nbsp;mapper)</pre>
1698716987
<div class="block">Maps each element of the upstream <code>Flowable</code> into <a href="../../../../io/reactivex/rxjava3/core/MaybeSource.html" title="interface in io.reactivex.rxjava3.core"><code>MaybeSource</code></a>s, subscribes to all of them
1698816988
and merges their <code>onSuccess</code> values, in no particular order, into a single <code>Flowable</code> sequence.
16989+
<p>
16990+
<img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/flatMapMaybe.v3.png" alt="">
1698916991
<dl>
1699016992
<dt><b>Backpressure:</b></dt>
1699116993
<dd>The operator consumes the upstream in an unbounded manner.</dd>
@@ -17020,6 +17022,8 @@ <h4>flatMapMaybe</h4>
1702017022
<div class="block">Maps each element of the upstream <code>Flowable</code> into <a href="../../../../io/reactivex/rxjava3/core/MaybeSource.html" title="interface in io.reactivex.rxjava3.core"><code>MaybeSource</code></a>s, subscribes to at most
1702117023
<code>maxConcurrency</code> <code>MaybeSource</code>s at a time and merges their <code>onSuccess</code> values,
1702217024
in no particular order, into a single <code>Flowable</code> sequence, optionally delaying all errors.
17025+
<p>
17026+
<img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/flatMapMaybe.v3.png" alt="">
1702317027
<dl>
1702417028
<dt><b>Backpressure:</b></dt>
1702517029
<dd>If <code>maxConcurrency == </code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true#MAX_VALUE" title="class or interface in java.lang"><code>Integer.MAX_VALUE</code></a> the operator consumes the upstream in an unbounded manner.

3.x/javadoc/snapshot/io/reactivex/rxjava3/core/Observable.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12552,7 +12552,7 @@ <h4>concatMapMaybe</h4>
1255212552
other succeeds or completes, emits their success value if available or terminates immediately if
1255312553
either the current <code>Observable</code> or the current inner <code>MaybeSource</code> fail.
1255412554
<p>
12555-
<img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap.v3.png" alt="">
12555+
<img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapMaybe.v3.png" alt="">
1255612556
<dl>
1255712557
<dt><b>Scheduler:</b></dt>
1255812558
<dd><code>concatMapMaybe</code> does not operate by default on a particular <a href="../../../../io/reactivex/rxjava3/core/Scheduler.html" title="class in io.reactivex.rxjava3.core"><code>Scheduler</code></a>.</dd>
@@ -12592,7 +12592,7 @@ <h4>concatMapMaybe</h4>
1259212592
other succeeds or completes, emits their success value if available or terminates immediately if
1259312593
either the current <code>Observable</code> or the current inner <code>MaybeSource</code> fail.
1259412594
<p>
12595-
<img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap.v3.png" alt="">
12595+
<img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapMaybe.v3.png" alt="">
1259612596
<dl>
1259712597
<dt><b>Scheduler:</b></dt>
1259812598
<dd><code>concatMapMaybe</code> does not operate by default on a particular <a href="../../../../io/reactivex/rxjava3/core/Scheduler.html" title="class in io.reactivex.rxjava3.core"><code>Scheduler</code></a>.</dd>
@@ -12634,7 +12634,7 @@ <h4>concatMapMaybeDelayError</h4>
1263412634
other terminates, emits their success value if available and delaying all errors
1263512635
till both the current <code>Observable</code> and all inner <code>MaybeSource</code>s terminate.
1263612636
<p>
12637-
<img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap.v3.png" alt="">
12637+
<img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapMaybeDelayError.v3.png" alt="">
1263812638
<dl>
1263912639
<dt><b>Scheduler:</b></dt>
1264012640
<dd><code>concatMapMaybeDelayError</code> does not operate by default on a particular <a href="../../../../io/reactivex/rxjava3/core/Scheduler.html" title="class in io.reactivex.rxjava3.core"><code>Scheduler</code></a>.</dd>
@@ -12674,7 +12674,7 @@ <h4>concatMapMaybeDelayError</h4>
1267412674
other terminates, emits their success value if available and optionally delaying all errors
1267512675
till both the current <code>Observable</code> and all inner <code>MaybeSource</code>s terminate.
1267612676
<p>
12677-
<img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap.v3.png" alt="">
12677+
<img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapMaybeDelayError.v3.png" alt="">
1267812678
<dl>
1267912679
<dt><b>Scheduler:</b></dt>
1268012680
<dd><code>concatMapMaybeDelayError</code> does not operate by default on a particular <a href="../../../../io/reactivex/rxjava3/core/Scheduler.html" title="class in io.reactivex.rxjava3.core"><code>Scheduler</code></a>.</dd>
@@ -12721,7 +12721,7 @@ <h4>concatMapMaybeDelayError</h4>
1272112721
other terminates, emits their success value if available and optionally delaying all errors
1272212722
till both the current <code>Observable</code> and all inner <code>MaybeSource</code>s terminate.
1272312723
<p>
12724-
<img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap.v3.png" alt="">
12724+
<img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapMaybeDelayError.v3.png" alt="">
1272512725
<dl>
1272612726
<dt><b>Scheduler:</b></dt>
1272712727
<dd><code>concatMapMaybeDelayError</code> does not operate by default on a particular <a href="../../../../io/reactivex/rxjava3/core/Scheduler.html" title="class in io.reactivex.rxjava3.core"><code>Scheduler</code></a>.</dd>
@@ -12768,7 +12768,7 @@ <h4>concatMapSingle</h4>
1276812768
other succeeds, emits their success values or terminates immediately if
1276912769
either the current <code>Observable</code> or the current inner <code>SingleSource</code> fail.
1277012770
<p>
12771-
<img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap.v3.png" alt="">
12771+
<img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapSingle.v3.png" alt="">
1277212772
<dl>
1277312773
<dt><b>Scheduler:</b></dt>
1277412774
<dd><code>concatMapSingle</code> does not operate by default on a particular <a href="../../../../io/reactivex/rxjava3/core/Scheduler.html" title="class in io.reactivex.rxjava3.core"><code>Scheduler</code></a>.</dd>
@@ -12808,7 +12808,7 @@ <h4>concatMapSingle</h4>
1280812808
other succeeds, emits their success values or terminates immediately if
1280912809
either the current <code>Observable</code> or the current inner <code>SingleSource</code> fail.
1281012810
<p>
12811-
<img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap.v3.png" alt="">
12811+
<img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapSingle.v3.png" alt="">
1281212812
<dl>
1281312813
<dt><b>Scheduler:</b></dt>
1281412814
<dd><code>concatMapSingle</code> does not operate by default on a particular <a href="../../../../io/reactivex/rxjava3/core/Scheduler.html" title="class in io.reactivex.rxjava3.core"><code>Scheduler</code></a>.</dd>
@@ -12850,7 +12850,7 @@ <h4>concatMapSingleDelayError</h4>
1285012850
other succeeds or fails, emits their success values and delays all errors
1285112851
till both the current <code>Observable</code> and all inner <code>SingleSource</code>s terminate.
1285212852
<p>
12853-
<img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap.v3.png" alt="">
12853+
<img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapSingleDelayError.v3.png" alt="">
1285412854
<dl>
1285512855
<dt><b>Scheduler:</b></dt>
1285612856
<dd><code>concatMapSingleDelayError</code> does not operate by default on a particular <a href="../../../../io/reactivex/rxjava3/core/Scheduler.html" title="class in io.reactivex.rxjava3.core"><code>Scheduler</code></a>.</dd>
@@ -12890,7 +12890,7 @@ <h4>concatMapSingleDelayError</h4>
1289012890
other succeeds or fails, emits their success values and optionally delays all errors
1289112891
till both the current <code>Observable</code> and all inner <code>SingleSource</code>s terminate.
1289212892
<p>
12893-
<img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap.v3.png" alt="">
12893+
<img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapSingleDelayError.v3.png" alt="">
1289412894
<dl>
1289512895
<dt><b>Scheduler:</b></dt>
1289612896
<dd><code>concatMapSingleDelayError</code> does not operate by default on a particular <a href="../../../../io/reactivex/rxjava3/core/Scheduler.html" title="class in io.reactivex.rxjava3.core"><code>Scheduler</code></a>.</dd>
@@ -12937,7 +12937,7 @@ <h4>concatMapSingleDelayError</h4>
1293712937
other succeeds or fails, emits their success values and optionally delays errors
1293812938
till both the current <code>Observable</code> and all inner <code>SingleSource</code>s terminate.
1293912939
<p>
12940-
<img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMap.v3.png" alt="">
12940+
<img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/concatMapSingleDelayError.v3.png" alt="">
1294112941
<dl>
1294212942
<dt><b>Scheduler:</b></dt>
1294312943
<dd><code>concatMapSingleDelayError</code> does not operate by default on a particular <a href="../../../../io/reactivex/rxjava3/core/Scheduler.html" title="class in io.reactivex.rxjava3.core"><code>Scheduler</code></a>.</dd>

0 commit comments

Comments
 (0)