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.RefConnection
ObservableRefCount.connection
(package private) final ObservableRefCount.RefConnection
ObservableRefCount.RefCountObserver.connection
Methods in io.reactivex.rxjava3.internal.operators.observable with parameters of type ObservableRefCount.RefConnectionModifier and TypeMethodDescription(package private) void
ObservableRefCount.cancel
(ObservableRefCount.RefConnection rc) (package private) void
ObservableRefCount.terminated
(ObservableRefCount.RefConnection rc) (package private) void
ObservableRefCount.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)