Uses of Class
io.reactivex.rxjava3.subjects.BehaviorSubject.BehaviorDisposable
Packages that use BehaviorSubject.BehaviorDisposable
Package
Description
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.
-
Uses of BehaviorSubject.BehaviorDisposable in io.reactivex.rxjava3.subjects
Fields in io.reactivex.rxjava3.subjects declared as BehaviorSubject.BehaviorDisposableModifier and TypeFieldDescription(package private) static final BehaviorSubject.BehaviorDisposable[]
BehaviorSubject.EMPTY
(package private) static final BehaviorSubject.BehaviorDisposable[]
BehaviorSubject.TERMINATED
Methods in io.reactivex.rxjava3.subjects that return BehaviorSubject.BehaviorDisposableMethods in io.reactivex.rxjava3.subjects with parameters of type BehaviorSubject.BehaviorDisposableModifier and TypeMethodDescription(package private) boolean
BehaviorSubject.add
(BehaviorSubject.BehaviorDisposable<T> rs) (package private) void
BehaviorSubject.remove
(BehaviorSubject.BehaviorDisposable<T> rs)