Uses of Class
io.reactivex.rxjava3.internal.operators.observable.ObservablePublish.PublishConnection
Packages that use ObservablePublish.PublishConnection
-
Uses of ObservablePublish.PublishConnection in io.reactivex.rxjava3.internal.operators.observable
Subclasses with type arguments of type ObservablePublish.PublishConnection in io.reactivex.rxjava3.internal.operators.observableModifier and TypeClassDescription(package private) static final classIntercepts the dispose signal from the downstream and removes itself from the connection's observers array at most once.Fields in io.reactivex.rxjava3.internal.operators.observable with type parameters of type ObservablePublish.PublishConnectionModifier and TypeFieldDescription(package private) final AtomicReference<ObservablePublish.PublishConnection<T>> ObservablePublish.current(package private) final AtomicReference<ObservablePublish.PublishConnection<T>> ObservablePublish.PublishConnection.currentConstructors in io.reactivex.rxjava3.internal.operators.observable with parameters of type ObservablePublish.PublishConnectionModifierConstructorDescription(package private)InnerDisposable(Observer<? super T> downstream, ObservablePublish.PublishConnection<T> parent) Constructor parameters in io.reactivex.rxjava3.internal.operators.observable with type arguments of type ObservablePublish.PublishConnectionModifierConstructorDescription(package private)