Skip to content

Commit 99194ec

Browse files
author
akarnokd+ci
committed
CI build: 565 for snapshot
1 parent 2547375 commit 99194ec

37 files changed

Lines changed: 238 additions & 273 deletions

4.x/javadoc/snapshot/allclasses-index.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -206,14 +206,14 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
206206
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="io/reactivex/rxjava4/observers/DefaultObserver.html" title="class in io.reactivex.rxjava4.observers">DefaultObserver&lt;T&gt;</a></div>
207207
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
208208
<div class="block">Abstract base implementation of an <a href="io/reactivex/rxjava4/core/Observer.html" title="interface in io.reactivex.rxjava4.core"><code>Observer</code></a> with support for cancelling a
209-
subscription via <a href="io/reactivex/rxjava4/observers/DefaultObserver.html#cancel()"><code>DefaultObserver.cancel()</code></a> (synchronously) and calls <a href="io/reactivex/rxjava4/observers/DefaultObserver.html#onStart()"><code>DefaultObserver.onStart()</code></a>
209+
subscription via <code>#cancel()</code> (synchronously) and calls <code>#onStart()</code>
210210
when the subscription happens.</div>
211211
</div>
212212
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="io/reactivex/rxjava4/subscribers/DefaultSubscriber.html" title="class in io.reactivex.rxjava4.subscribers">DefaultSubscriber&lt;T&gt;</a></div>
213213
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
214214
<div class="block">Abstract base implementation of a <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/concurrent/Flow.Subscriber.html" title="class or interface in java.util.concurrent" class="external-link"><code>Subscriber</code></a> with
215-
support for requesting via <a href="io/reactivex/rxjava4/subscribers/DefaultSubscriber.html#request(long)"><code>DefaultSubscriber.request(long)</code></a>, cancelling via
216-
via <a href="io/reactivex/rxjava4/subscribers/DefaultSubscriber.html#cancel()"><code>DefaultSubscriber.cancel()</code></a> (both synchronously) and calls <a href="io/reactivex/rxjava4/subscribers/DefaultSubscriber.html#onStart()"><code>DefaultSubscriber.onStart()</code></a>
215+
support for requesting via <code>#request(long)</code>, cancelling via
216+
via <code>#cancel()</code> (both synchronously) and calls <code>#onStart()</code>
217217
when the subscription happens.</div>
218218
</div>
219219
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="io/reactivex/rxjava4/disposables/Disposable.html" title="interface in io.reactivex.rxjava4.disposables">Disposable</a></div>
@@ -750,11 +750,7 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
750750
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="io/reactivex/rxjava4/core/VirtualGenerator.html" title="interface in io.reactivex.rxjava4.core">VirtualGenerator&lt;T&gt;</a></div>
751751
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
752752
<div class="block">Interface to implement to produce elements when asked by
753-
<details class="invalid-tag">
754-
<summary>invalid reference</summary>
755-
<pre><code>Flowable#virtaulCreate(VirtualGenerator, java.util.concurrent.ExecutorService)</code></pre>
756-
</details>
757-
.</div>
753+
<a href="io/reactivex/rxjava4/core/Flowable.html#virtualCreate(io.reactivex.rxjava4.core.VirtualGenerator,java.util.concurrent.ExecutorService)"><code>Flowable.virtualCreate(VirtualGenerator, java.util.concurrent.ExecutorService)</code></a>.</div>
758754
</div>
759755
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="io/reactivex/rxjava4/core/VirtualTransformer.html" title="interface in io.reactivex.rxjava4.core">VirtualTransformer&lt;T,<wbr>R&gt;</a></div>
760756
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">

4.x/javadoc/snapshot/index-all.html

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,11 +1013,11 @@ <h2 class="title" id="I:B">B</h2>
10131013
</dd>
10141014
<dt><a href="io/reactivex/rxjava4/core/config/FlatMapConfig.html#bufferSize()" class="member-name-link">bufferSize()</a> - Method in record class io.reactivex.rxjava4.core.config.<a href="io/reactivex/rxjava4/core/config/FlatMapConfig.html" title="class in io.reactivex.rxjava4.core.config">FlatMapConfig</a></dt>
10151015
<dd>
1016-
<div class="block">Returns the value of the <code>bufferSize</code> record component.</div>
1016+
<div class="block">Returns the value of the <a href="./io/reactivex/rxjava4/core/config/FlatMapConfig.html#param-bufferSize"><code>bufferSize</code></a> record component.</div>
10171017
</dd>
10181018
<dt><a href="io/reactivex/rxjava4/core/config/GenericConfig.html#bufferSize()" class="member-name-link">bufferSize()</a> - Method in record class io.reactivex.rxjava4.core.config.<a href="io/reactivex/rxjava4/core/config/GenericConfig.html" title="class in io.reactivex.rxjava4.core.config">GenericConfig</a></dt>
10191019
<dd>
1020-
<div class="block">Returns the value of the <code>bufferSize</code> record component.</div>
1020+
<div class="block">Returns the value of the <a href="./io/reactivex/rxjava4/core/config/GenericConfig.html#param-bufferSize"><code>bufferSize</code></a> record component.</div>
10211021
</dd>
10221022
<dt><a href="io/reactivex/rxjava4/core/Flowable.html#bufferSize()" class="member-name-link">bufferSize()</a> - Static method in class io.reactivex.rxjava4.core.<a href="io/reactivex/rxjava4/core/Flowable.html" title="class in io.reactivex.rxjava4.core">Flowable</a></dt>
10231023
<dd>
@@ -2820,16 +2820,16 @@ <h2 class="title" id="I:D">D</h2>
28202820
<dt><a href="io/reactivex/rxjava4/observers/DefaultObserver.html" class="type-name-link" title="class in io.reactivex.rxjava4.observers">DefaultObserver&lt;T&gt;</a> - Class in <a href="io/reactivex/rxjava4/observers/package-summary.html">io.reactivex.rxjava4.observers</a></dt>
28212821
<dd>
28222822
<div class="block">Abstract base implementation of an <a href="io/reactivex/rxjava4/core/Observer.html" title="interface in io.reactivex.rxjava4.core"><code>Observer</code></a> with support for cancelling a
2823-
subscription via <a href="io/reactivex/rxjava4/observers/DefaultObserver.html#cancel()"><code>DefaultObserver.cancel()</code></a> (synchronously) and calls <a href="io/reactivex/rxjava4/observers/DefaultObserver.html#onStart()"><code>DefaultObserver.onStart()</code></a>
2823+
subscription via <code>#cancel()</code> (synchronously) and calls <code>#onStart()</code>
28242824
when the subscription happens.</div>
28252825
</dd>
28262826
<dt><a href="io/reactivex/rxjava4/observers/DefaultObserver.html#%3Cinit%3E()" class="member-name-link">DefaultObserver()</a> - Constructor for class io.reactivex.rxjava4.observers.<a href="io/reactivex/rxjava4/observers/DefaultObserver.html" title="class in io.reactivex.rxjava4.observers">DefaultObserver</a></dt>
28272827
<dd>&nbsp;</dd>
28282828
<dt><a href="io/reactivex/rxjava4/subscribers/DefaultSubscriber.html" class="type-name-link" title="class in io.reactivex.rxjava4.subscribers">DefaultSubscriber&lt;T&gt;</a> - Class in <a href="io/reactivex/rxjava4/subscribers/package-summary.html">io.reactivex.rxjava4.subscribers</a></dt>
28292829
<dd>
28302830
<div class="block">Abstract base implementation of a <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/concurrent/Flow.Subscriber.html" title="class or interface in java.util.concurrent" class="external-link"><code>Subscriber</code></a> with
2831-
support for requesting via <a href="io/reactivex/rxjava4/subscribers/DefaultSubscriber.html#request(long)"><code>DefaultSubscriber.request(long)</code></a>, cancelling via
2832-
via <a href="io/reactivex/rxjava4/subscribers/DefaultSubscriber.html#cancel()"><code>DefaultSubscriber.cancel()</code></a> (both synchronously) and calls <a href="io/reactivex/rxjava4/subscribers/DefaultSubscriber.html#onStart()"><code>DefaultSubscriber.onStart()</code></a>
2831+
support for requesting via <code>#request(long)</code>, cancelling via
2832+
via <code>#cancel()</code> (both synchronously) and calls <code>#onStart()</code>
28332833
when the subscription happens.</div>
28342834
</dd>
28352835
<dt><a href="io/reactivex/rxjava4/subscribers/DefaultSubscriber.html#%3Cinit%3E()" class="member-name-link">DefaultSubscriber()</a> - Constructor for class io.reactivex.rxjava4.subscribers.<a href="io/reactivex/rxjava4/subscribers/DefaultSubscriber.html" title="class in io.reactivex.rxjava4.subscribers">DefaultSubscriber</a></dt>
@@ -2972,13 +2972,13 @@ <h2 class="title" id="I:D">D</h2>
29722972
<div class="block">Returns a <code>Flowable</code> that delays the subscription to and emissions from the current <code>Flowable</code> via another
29732973
<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/concurrent/Flow.Publisher.html" title="class or interface in java.util.concurrent" class="external-link"><code>Flow.Publisher</code></a> on a per-item basis.</div>
29742974
</dd>
2975-
<dt><a href="io/reactivex/rxjava4/core/config/GenericConfig.html#delayError()" class="member-name-link">delayError()</a> - Method in record class io.reactivex.rxjava4.core.config.<a href="io/reactivex/rxjava4/core/config/GenericConfig.html" title="class in io.reactivex.rxjava4.core.config">GenericConfig</a></dt>
2975+
<dt><a href="io/reactivex/rxjava4/core/config/FlatMapConfig.html#delayErrors()" class="member-name-link">delayErrors()</a> - Method in record class io.reactivex.rxjava4.core.config.<a href="io/reactivex/rxjava4/core/config/FlatMapConfig.html" title="class in io.reactivex.rxjava4.core.config">FlatMapConfig</a></dt>
29762976
<dd>
2977-
<div class="block">Returns the value of the <code>delayError</code> record component.</div>
2977+
<div class="block">Returns the value of the <a href="./io/reactivex/rxjava4/core/config/FlatMapConfig.html#param-delayErrors"><code>delayErrors</code></a> record component.</div>
29782978
</dd>
2979-
<dt><a href="io/reactivex/rxjava4/core/config/FlatMapConfig.html#delayErrors()" class="member-name-link">delayErrors()</a> - Method in record class io.reactivex.rxjava4.core.config.<a href="io/reactivex/rxjava4/core/config/FlatMapConfig.html" title="class in io.reactivex.rxjava4.core.config">FlatMapConfig</a></dt>
2979+
<dt><a href="io/reactivex/rxjava4/core/config/GenericConfig.html#delayErrors()" class="member-name-link">delayErrors()</a> - Method in record class io.reactivex.rxjava4.core.config.<a href="io/reactivex/rxjava4/core/config/GenericConfig.html" title="class in io.reactivex.rxjava4.core.config">GenericConfig</a></dt>
29802980
<dd>
2981-
<div class="block">Returns the value of the <code>delayErrors</code> record component.</div>
2981+
<div class="block">Returns the value of the <a href="./io/reactivex/rxjava4/core/config/GenericConfig.html#param-delayErrors"><code>delayErrors</code></a> record component.</div>
29822982
</dd>
29832983
<dt><a href="io/reactivex/rxjava4/core/Completable.html#delaySubscription(long,java.util.concurrent.TimeUnit)" class="member-name-link">delaySubscription(long, TimeUnit)</a> - Method in class io.reactivex.rxjava4.core.<a href="io/reactivex/rxjava4/core/Completable.html" title="class in io.reactivex.rxjava4.core">Completable</a></dt>
29842984
<dd>
@@ -6002,7 +6002,7 @@ <h2 class="title" id="I:M">M</h2>
60026002
</dd>
60036003
<dt><a href="io/reactivex/rxjava4/core/config/FlatMapConfig.html#maxConcurrency()" class="member-name-link">maxConcurrency()</a> - Method in record class io.reactivex.rxjava4.core.config.<a href="io/reactivex/rxjava4/core/config/FlatMapConfig.html" title="class in io.reactivex.rxjava4.core.config">FlatMapConfig</a></dt>
60046004
<dd>
6005-
<div class="block">Returns the value of the <code>maxConcurrency</code> record component.</div>
6005+
<div class="block">Returns the value of the <a href="./io/reactivex/rxjava4/core/config/FlatMapConfig.html#param-maxConcurrency"><code>maxConcurrency</code></a> record component.</div>
60066006
</dd>
60076007
<dt><a href="io/reactivex/rxjava4/core/Maybe.html" class="type-name-link" title="class in io.reactivex.rxjava4.core">Maybe&lt;T&gt;</a> - Class in <a href="io/reactivex/rxjava4/core/package-summary.html">io.reactivex.rxjava4.core</a></dt>
60086008
<dd>
@@ -7516,7 +7516,7 @@ <h2 class="title" id="I:P">P</h2>
75167516
</dd>
75177517
<dt><a href="io/reactivex/rxjava4/core/config/GenericConfig.html#prefetch()" class="member-name-link">prefetch()</a> - Method in record class io.reactivex.rxjava4.core.config.<a href="io/reactivex/rxjava4/core/config/GenericConfig.html" title="class in io.reactivex.rxjava4.core.config">GenericConfig</a></dt>
75187518
<dd>
7519-
<div class="block">Returns the value of the <code>prefetch</code> record component.</div>
7519+
<div class="block">Returns the value of the <a href="./io/reactivex/rxjava4/core/config/GenericConfig.html#param-prefetch"><code>prefetch</code></a> record component.</div>
75207520
</dd>
75217521
<dt><a href="io/reactivex/rxjava4/exceptions/CompositeException.html#printStackTrace()" class="member-name-link">printStackTrace()</a> - Method in exception class io.reactivex.rxjava4.exceptions.<a href="io/reactivex/rxjava4/exceptions/CompositeException.html" title="class in io.reactivex.rxjava4.exceptions">CompositeException</a></dt>
75227522
<dd>
@@ -10967,6 +10967,12 @@ <h2 class="title" id="I:T">T</h2>
1096710967
specified <code>valueSelector</code> function from items emitted by the finite source <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/concurrent/Flow.Publisher.html" title="class or interface in java.util.concurrent" class="external-link"><code>Flow.Publisher</code></a>, keyed by a
1096810968
specified <code>keySelector</code> function.</div>
1096910969
</dd>
10970+
<dt><a href="io/reactivex/rxjava4/core/Observable.html#toMultimap(io.reactivex.rxjava4.functions.Function,io.reactivex.rxjava4.functions.Function)" class="member-name-link">toMultimap(Function, Function)</a> - Method in class io.reactivex.rxjava4.core.<a href="io/reactivex/rxjava4/core/Observable.html" title="class in io.reactivex.rxjava4.core">Observable</a></dt>
10971+
<dd>
10972+
<div class="block">Returns a <a href="io/reactivex/rxjava4/core/Single.html" title="class in io.reactivex.rxjava4.core"><code>Single</code></a> that emits a single <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/HashMap.html" title="class or interface in java.util" class="external-link"><code>HashMap</code></a> that contains an <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/ArrayList.html" title="class or interface in java.util" class="external-link"><code>ArrayList</code></a> of values extracted by a
10973+
specified <code>valueSelector</code> function from items emitted by the current and finite <code>Observable</code>,
10974+
keyed by a specified <code>keySelector</code> function.</div>
10975+
</dd>
1097010976
<dt><a href="io/reactivex/rxjava4/core/Flowable.html#toMultimap(io.reactivex.rxjava4.functions.Function,io.reactivex.rxjava4.functions.Function,io.reactivex.rxjava4.functions.Supplier,io.reactivex.rxjava4.functions.Function)" class="member-name-link">toMultimap(Function, Function, Supplier, Function)</a> - Method in class io.reactivex.rxjava4.core.<a href="io/reactivex/rxjava4/core/Flowable.html" title="class in io.reactivex.rxjava4.core">Flowable</a></dt>
1097110977
<dd>
1097210978
<div class="block">Returns a <a href="io/reactivex/rxjava4/core/Single.html" title="class in io.reactivex.rxjava4.core"><code>Single</code></a> that emits a single <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" class="external-link"><code>Map</code></a>, returned by a specified <code>mapFactory</code> function, that
@@ -10991,12 +10997,6 @@ <h2 class="title" id="I:T">T</h2>
1099110997
contains an <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/ArrayList.html" title="class or interface in java.util" class="external-link"><code>ArrayList</code></a> of values, extracted by a specified <code>valueSelector</code> function from items
1099210998
emitted by the current and finite <code>Observable</code> and keyed by the <code>keySelector</code> function.</div>
1099310999
</dd>
10994-
<dt><a href="io/reactivex/rxjava4/core/Observable.html#toMultimap(io.reactivex.rxjava4.functions.Function,io.reactivex.rxjava4.functions.Function)" class="member-name-link">toMultimap(Function, Function)</a> - Method in class io.reactivex.rxjava4.core.<a href="io/reactivex/rxjava4/core/Observable.html" title="class in io.reactivex.rxjava4.core">Observable</a></dt>
10995-
<dd>
10996-
<div class="block">Returns a <a href="io/reactivex/rxjava4/core/Single.html" title="class in io.reactivex.rxjava4.core"><code>Single</code></a> that emits a single <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/HashMap.html" title="class or interface in java.util" class="external-link"><code>HashMap</code></a> that contains an <a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/ArrayList.html" title="class or interface in java.util" class="external-link"><code>ArrayList</code></a> of values extracted by a
10997-
specified <code>valueSelector</code> function from items emitted by the current and finite <code>Observable</code>,
10998-
keyed by a specified <code>keySelector</code> function.</div>
10999-
</dd>
1100011000
<dt><a href="io/reactivex/rxjava4/core/Completable.html#toObservable()" class="member-name-link">toObservable()</a> - Method in class io.reactivex.rxjava4.core.<a href="io/reactivex/rxjava4/core/Completable.html" title="class in io.reactivex.rxjava4.core">Completable</a></dt>
1100111001
<dd>
1100211002
<div class="block">Returns an <a href="io/reactivex/rxjava4/core/Observable.html" title="class in io.reactivex.rxjava4.core"><code>Observable</code></a> which when subscribed to subscribes to this <code>Completable</code> and
@@ -11380,11 +11380,7 @@ <h2 class="title" id="I:V">V</h2>
1138011380
<dt><a href="io/reactivex/rxjava4/core/VirtualGenerator.html" class="type-name-link" title="interface in io.reactivex.rxjava4.core">VirtualGenerator&lt;T&gt;</a> - Interface in <a href="io/reactivex/rxjava4/core/package-summary.html">io.reactivex.rxjava4.core</a></dt>
1138111381
<dd>
1138211382
<div class="block">Interface to implement to produce elements when asked by
11383-
<details class="invalid-tag">
11384-
<summary>invalid reference</summary>
11385-
<pre><code>Flowable#virtaulCreate(VirtualGenerator, java.util.concurrent.ExecutorService)</code></pre>
11386-
</details>
11387-
.</div>
11383+
<a href="io/reactivex/rxjava4/core/Flowable.html#virtualCreate(io.reactivex.rxjava4.core.VirtualGenerator,java.util.concurrent.ExecutorService)"><code>Flowable.virtualCreate(VirtualGenerator, java.util.concurrent.ExecutorService)</code></a>.</div>
1138811384
</dd>
1138911385
<dt><a href="io/reactivex/rxjava4/core/Flowable.html#virtualTransform(io.reactivex.rxjava4.core.VirtualTransformer,java.util.concurrent.ExecutorService)" class="member-name-link">virtualTransform(VirtualTransformer, ExecutorService)</a> - Method in class io.reactivex.rxjava4.core.<a href="io/reactivex/rxjava4/core/Flowable.html" title="class in io.reactivex.rxjava4.core">Flowable</a></dt>
1139011386
<dd>

0 commit comments

Comments
 (0)