Uses of Class
io.reactivex.rxjava3.internal.operators.observable.ObservableSwitchMap.SwitchMapObserver
-
Packages that use ObservableSwitchMap.SwitchMapObserver Package Description io.reactivex.rxjava3.internal.operators.observable -
-
Uses of ObservableSwitchMap.SwitchMapObserver in io.reactivex.rxjava3.internal.operators.observable
Fields in io.reactivex.rxjava3.internal.operators.observable declared as ObservableSwitchMap.SwitchMapObserver Modifier and Type Field Description (package private) ObservableSwitchMap.SwitchMapObserver<T,R>
ObservableSwitchMap.SwitchMapInnerObserver. parent
Constructors in io.reactivex.rxjava3.internal.operators.observable with parameters of type ObservableSwitchMap.SwitchMapObserver Constructor Description SwitchMapInnerObserver(ObservableSwitchMap.SwitchMapObserver<T,R> parent, long index, int bufferSize)
-