Uses of Class
io.reactivex.rxjava3.internal.operators.observable.ObservableRefCount.RefConnection
-
Packages that use ObservableRefCount.RefConnection Package Description io.reactivex.rxjava3.internal.operators.observable -
-
Uses of ObservableRefCount.RefConnection in io.reactivex.rxjava3.internal.operators.observable
Fields in io.reactivex.rxjava3.internal.operators.observable declared as ObservableRefCount.RefConnection Modifier and Type Field Description (package private) ObservableRefCount.RefConnection
ObservableRefCount. connection
(package private) ObservableRefCount.RefConnection
ObservableRefCount.RefCountObserver. connection
Methods in io.reactivex.rxjava3.internal.operators.observable with parameters of type ObservableRefCount.RefConnection Modifier and Type Method Description (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.RefConnection Constructor Description RefCountObserver(Observer<? super T> downstream, ObservableRefCount<T> parent, ObservableRefCount.RefConnection connection)
-