Uses of Class
io.reactivex.rxjava3.subjects.SingleSubject.SingleDisposable
Packages that use SingleSubject.SingleDisposable
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 SingleSubject.SingleDisposable in io.reactivex.rxjava3.subjects
Fields in io.reactivex.rxjava3.subjects declared as SingleSubject.SingleDisposableModifier and TypeFieldDescription(package private) static final SingleSubject.SingleDisposable[]
SingleSubject.EMPTY
(package private) static final SingleSubject.SingleDisposable[]
SingleSubject.TERMINATED
Methods in io.reactivex.rxjava3.subjects with parameters of type SingleSubject.SingleDisposableModifier and TypeMethodDescription(package private) boolean
SingleSubject.add
(@NonNull SingleSubject.SingleDisposable<T> inner) (package private) void
SingleSubject.remove
(@NonNull SingleSubject.SingleDisposable<T> inner)