Uses of Class
io.reactivex.rxjava3.subjects.MaybeSubject
Packages that use MaybeSubject
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 MaybeSubject in io.reactivex.rxjava3.subjects
Methods in io.reactivex.rxjava3.subjects that return MaybeSubjectModifier and TypeMethodDescriptionstatic <T> @NonNull MaybeSubject
<T> MaybeSubject.create()
Creates a fresh MaybeSubject.Constructors in io.reactivex.rxjava3.subjects with parameters of type MaybeSubjectModifierConstructorDescription(package private)
MaybeDisposable
(MaybeObserver<? super T> actual, MaybeSubject<T> parent)