Uses of Class
rx.subscriptions.RefCountSubscription
Packages that use RefCountSubscription
Package
Description
Operators that allow composing Observables to transform and
manipulate data in an asynchronous, functional and thread-safe manner.
Default implementations for Subscription-based resource management
(Subscription container types) and utility classes to construct
Subscriptions from callbacks and other types.
-
Uses of RefCountSubscription in rx.internal.operators
Fields in rx.internal.operators declared as RefCountSubscriptionModifier and TypeFieldDescription(package private) final RefCountSubscription
OnSubscribeGroupJoin.ResultManager.cancel
(package private) final RefCountSubscription
OnSubscribeGroupJoin.WindowObservableFunc.refCount
Constructors in rx.internal.operators with parameters of type RefCountSubscriptionModifierConstructorDescriptionWindowObservableFunc
(Observable<T> underlying, RefCountSubscription refCount) -
Uses of RefCountSubscription in rx.subscriptions
Fields in rx.subscriptions declared as RefCountSubscriptionModifier and TypeFieldDescription(package private) final RefCountSubscription
RefCountSubscription.InnerSubscription.parent
Constructors in rx.subscriptions with parameters of type RefCountSubscription