Uses of Class
io.reactivex.rxjava3.internal.operators.observable.ObservableRefCount.RefConnection
Packages that use ObservableRefCount.RefConnection
-
Uses of ObservableRefCount.RefConnection in io.reactivex.rxjava3.internal.operators.observable
Fields in io.reactivex.rxjava3.internal.operators.observable declared as ObservableRefCount.RefConnectionModifier and TypeFieldDescription(package private) ObservableRefCount.RefConnectionObservableRefCount.connection(package private) final ObservableRefCount.RefConnectionObservableRefCount.RefCountObserver.connectionMethods in io.reactivex.rxjava3.internal.operators.observable with parameters of type ObservableRefCount.RefConnectionModifier and TypeMethodDescription(package private) voidObservableRefCount.cancel(ObservableRefCount.RefConnection rc) (package private) voidObservableRefCount.terminated(ObservableRefCount.RefConnection rc) (package private) voidObservableRefCount.timeout(ObservableRefCount.RefConnection rc) Constructors in io.reactivex.rxjava3.internal.operators.observable with parameters of type ObservableRefCount.RefConnectionModifierConstructorDescription(package private)RefCountObserver(Observer<? super T> downstream, ObservableRefCount<T> parent, ObservableRefCount.RefConnection connection)