Uses of Class
io.reactivex.rxjava3.internal.util.OpenHashSet
-
Packages that use OpenHashSet Package Description io.reactivex.rxjava3.disposables Default implementations forDisposable-based resource management (Disposablecontainer types) and utility classes to constructDisposablesfrom callbacks and other types. -
-
Uses of OpenHashSet in io.reactivex.rxjava3.disposables
Fields in io.reactivex.rxjava3.disposables declared as OpenHashSet Modifier and Type Field Description (package private) OpenHashSet<Disposable>CompositeDisposable. resourcesMethods in io.reactivex.rxjava3.disposables with parameters of type OpenHashSet Modifier and Type Method Description (package private) voidCompositeDisposable. dispose(@Nullable OpenHashSet<Disposable> set)Dispose the contents of theOpenHashSetby suppressing non-fatalThrowables till the end.
-