Uses of Class
io.reactivex.rxjava3.internal.util.AppendOnlyLinkedArrayList
-
Packages that use AppendOnlyLinkedArrayList Package Description io.reactivex.rxjava3.observers Default wrappers and implementations for observer-based consumer classes and interfaces, including disposable and resource-tracking variants and theTestObserver
that allows unit testingObservable
-,Single
-,Maybe
- andCompletable
-based flows.io.reactivex.rxjava3.processors Classes representing so-called hot backpressure-aware sources, aka processors, that implement theFlowableProcessor
class, the Reactive StreamsProcessor
interface to allow forms of multicasting events to one or more subscribers as well as consuming another Reactive StreamsPublisher
.io.reactivex.rxjava3.subjects Classes representing so-called hot sources, aka subjects, that implement a base reactive class and the respective consumer type at once to allow forms of multicasting events to multiple consumers as well as consuming another base reactive type of their kind.io.reactivex.rxjava3.subscribers Default wrappers and implementations forSubscriber
-based consumer classes and interfaces, including disposable (DisposableSubscriber
) and resource-tracking (ResourceSubscriber
) variants and theTestSubscriber
that allows unit testingFlowable
-based flows. -
-
Uses of AppendOnlyLinkedArrayList in io.reactivex.rxjava3.observers
Fields in io.reactivex.rxjava3.observers declared as AppendOnlyLinkedArrayList Modifier and Type Field Description (package private) AppendOnlyLinkedArrayList<java.lang.Object>
SerializedObserver. queue
-
Uses of AppendOnlyLinkedArrayList in io.reactivex.rxjava3.processors
Fields in io.reactivex.rxjava3.processors declared as AppendOnlyLinkedArrayList Modifier and Type Field Description (package private) AppendOnlyLinkedArrayList<java.lang.Object>
BehaviorProcessor.BehaviorSubscription. queue
(package private) AppendOnlyLinkedArrayList<java.lang.Object>
SerializedProcessor. queue
If not null, it holds the missed NotificationLite events. -
Uses of AppendOnlyLinkedArrayList in io.reactivex.rxjava3.subjects
Fields in io.reactivex.rxjava3.subjects declared as AppendOnlyLinkedArrayList Modifier and Type Field Description (package private) AppendOnlyLinkedArrayList<java.lang.Object>
BehaviorSubject.BehaviorDisposable. queue
(package private) AppendOnlyLinkedArrayList<java.lang.Object>
SerializedSubject. queue
If not null, it holds the missed NotificationLite events. -
Uses of AppendOnlyLinkedArrayList in io.reactivex.rxjava3.subscribers
Fields in io.reactivex.rxjava3.subscribers declared as AppendOnlyLinkedArrayList Modifier and Type Field Description (package private) AppendOnlyLinkedArrayList<java.lang.Object>
SerializedSubscriber. queue
-