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">A disposable container that can hold onto multiple other <ahref="io/reactivex/rxjava4/disposables/Disposable.html" title="interface in io.reactivex.rxjava4.disposables"><code>Disposable</code></a>s and
@@ -211,31 +213,39 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
<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
217
223
subscription via <code>#cancel()</code> (synchronously) and calls <code>#onStart()</code>
218
224
when the subscription happens.</div>
219
225
</div>
220
-
<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/26/docs/api/java.base/java/util/concurrent/Flow.Subscriber.html" title="interface in java.util.concurrent" class="external-link"><code>Subscriber</code></a> with
223
229
support for requesting via <code>#request(long)</code>, cancelling via
224
230
via <code>#cancel()</code> (both synchronously) and calls <code>#onStart()</code>
225
231
when the subscription happens.</div>
226
232
</div>
227
-
<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>
<divclass="block">An abstract <ahref="io/reactivex/rxjava4/core/CompletableObserver.html" title="interface in io.reactivex.rxjava4.core"><code>CompletableObserver</code></a> that allows asynchronous cancellation by implementing Disposable.</div>
234
240
</div>
235
-
<divclass="col-first odd-row-color all-classes-table all-classes-table-tab1"><ahref="io/reactivex/rxjava4/disposables/DisposableContainer.html" title="interface in io.reactivex.rxjava4.disposables">DisposableContainer</a></div>
<divclass="block">An abstract <ahref="io/reactivex/rxjava4/core/MaybeObserver.html" title="interface in io.reactivex.rxjava4.core"><code>MaybeObserver</code></a> that allows asynchronous cancellation by implementing <ahref="io/reactivex/rxjava4/disposables/Disposable.html" title="interface in io.reactivex.rxjava4.disposables"><code>Disposable</code></a>.</div>
@@ -695,14 +705,22 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
695
705
<divclass="block">A single-producer single-consumer array-backed queue which can allocate new arrays in case the consumer is slower
696
706
than the producer.</div>
697
707
</div>
698
-
<divclass="col-first even-row-color all-classes-table all-classes-table-tab2"><ahref="io/reactivex/rxjava4/core/Streamable.html" title="class in io.reactivex.rxjava4.core">Streamable<T></a></div>
<divclass="block">Represents an <ahref="io/reactivex/rxjava4/core/Observer.html" title="interface in io.reactivex.rxjava4.core"><code>Observer</code></a> and an <ahref="io/reactivex/rxjava4/core/Observable.html" title="class in io.reactivex.rxjava4.core"><code>Observable</code></a> at the same time, allowing
0 commit comments