You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="block">Abstract base implementation of an <ahref="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 <ahref="io/reactivex/rxjava4/observers/DefaultObserver.html#cancel()"><code>DefaultObserver.cancel()</code></a> (synchronously) and calls <ahref="io/reactivex/rxjava4/observers/DefaultObserver.html#onStart()"><code>DefaultObserver.onStart()</code></a>
209
+
subscription via <code>#cancel()</code> (synchronously) and calls <code>#onStart()</code>
210
210
when the subscription happens.</div>
211
211
</div>
212
212
<divclass="col-first even-row-color all-classes-table all-classes-table-tab2"><ahref="io/reactivex/rxjava4/subscribers/DefaultSubscriber.html" title="class in io.reactivex.rxjava4.subscribers">DefaultSubscriber<T></a></div>
<divclass="block">Abstract base implementation of a <ahref="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 <ahref="io/reactivex/rxjava4/subscribers/DefaultSubscriber.html#request(long)"><code>DefaultSubscriber.request(long)</code></a>, cancelling via
216
-
via <ahref="io/reactivex/rxjava4/subscribers/DefaultSubscriber.html#cancel()"><code>DefaultSubscriber.cancel()</code></a> (both synchronously) and calls <ahref="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>
217
217
when the subscription happens.</div>
218
218
</div>
219
219
<divclass="col-first odd-row-color all-classes-table all-classes-table-tab1"><ahref="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<
750
750
<divclass="col-first even-row-color all-classes-table all-classes-table-tab1"><ahref="io/reactivex/rxjava4/core/VirtualGenerator.html" title="interface in io.reactivex.rxjava4.core">VirtualGenerator<T></a></div>
<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>
1015
1015
<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>
1017
1017
</dd>
1018
1018
<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>
1019
1019
<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>
1021
1021
</dd>
1022
1022
<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>
<dt><a href="io/reactivex/rxjava4/observers/DefaultObserver.html" class="type-name-link" title="class in io.reactivex.rxjava4.observers">DefaultObserver<T></a> - Class in <a href="io/reactivex/rxjava4/observers/package-summary.html">io.reactivex.rxjava4.observers</a></dt>
2821
2821
<dd>
2822
2822
<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>
2824
2824
when the subscription happens.</div>
2825
2825
</dd>
2826
2826
<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>
2827
2827
<dd> </dd>
2828
2828
<dt><a href="io/reactivex/rxjava4/subscribers/DefaultSubscriber.html" class="type-name-link" title="class in io.reactivex.rxjava4.subscribers">DefaultSubscriber<T></a> - Class in <a href="io/reactivex/rxjava4/subscribers/package-summary.html">io.reactivex.rxjava4.subscribers</a></dt>
2829
2829
<dd>
2830
2830
<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>
2833
2833
when the subscription happens.</div>
2834
2834
</dd>
2835
2835
<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>
<div class="block">Returns a <code>Flowable</code> that delays the subscription to and emissions from the current <code>Flowable</code> via another
2973
2973
<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>
2974
2974
</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>
2976
2976
<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>
2978
2978
</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>
2980
2980
<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>
2982
2982
</dd>
2983
2983
<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>
<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>
6004
6004
<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>
6006
6006
</dd>
6007
6007
<dt><a href="io/reactivex/rxjava4/core/Maybe.html" class="type-name-link" title="class in io.reactivex.rxjava4.core">Maybe<T></a> - Class in <a href="io/reactivex/rxjava4/core/package-summary.html">io.reactivex.rxjava4.core</a></dt>
<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>
7518
7518
<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>
7520
7520
</dd>
7521
7521
<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>
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
<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>
10970
10976
<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>
10971
10977
<dd>
10972
10978
<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
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
10992
10998
emitted by the current and finite <code>Observable</code> and keyed by the <code>keySelector</code> function.</div>
10993
10999
</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>
11000
11000
<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>
11001
11001
<dd>
11002
11002
<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
<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>
0 commit comments