Uses of Class
io.reactivex.rxjava3.internal.util.OpenHashSet
Packages that use OpenHashSet
Package
Description
Default implementations for
Disposable
-based resource management
(Disposable
container types) and utility classes to construct
Disposables
from callbacks and other types.-
Uses of OpenHashSet in io.reactivex.rxjava3.disposables
Fields in io.reactivex.rxjava3.disposables declared as OpenHashSetModifier and TypeFieldDescription(package private) OpenHashSet
<Disposable> CompositeDisposable.resources
Methods in io.reactivex.rxjava3.disposables with parameters of type OpenHashSetModifier and TypeMethodDescription(package private) void
CompositeDisposable.dispose
(@Nullable OpenHashSet<Disposable> set) Dispose the contents of theOpenHashSet
by suppressing non-fatalThrowable
s till the end.