Uses of Enum Class
io.reactivex.rxjava3.internal.disposables.EmptyDisposable
Packages that use EmptyDisposable
-
Uses of EmptyDisposable in io.reactivex.rxjava3.internal.disposables
Subclasses with type arguments of type EmptyDisposable in io.reactivex.rxjava3.internal.disposablesModifier and TypeClassDescriptionenumRepresents a stateless empty Disposable that reports being always empty and disposed.Methods in io.reactivex.rxjava3.internal.disposables that return EmptyDisposableModifier and TypeMethodDescriptionstatic EmptyDisposableReturns the enum constant of this class with the specified name.static EmptyDisposable[]EmptyDisposable.values()Returns an array containing the constants of this enum class, in the order they are declared.