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.RefConnectionObservableRefCount. connection(package private) ObservableRefCount.RefConnectionObservableRefCount.RefCountObserver. connectionMethods in io.reactivex.rxjava3.internal.operators.observable with parameters of type ObservableRefCount.RefConnection Modifier and Type Method Description (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.RefConnection Constructor Description RefCountObserver(Observer<? super T> downstream, ObservableRefCount<T> parent, ObservableRefCount.RefConnection connection)
-