Uses of Class
rx.subscriptions.RefCountSubscription
-
Packages that use RefCountSubscription Package Description rx.internal.operators Operators that allow composing Observables to transform and manipulate data in an asynchronous, functional and thread-safe manner.rx.subscriptions 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 RefCountSubscription Modifier and Type Field Description (package private) RefCountSubscription
OnSubscribeGroupJoin.ResultManager. cancel
(package private) RefCountSubscription
OnSubscribeGroupJoin.WindowObservableFunc. refCount
Constructors in rx.internal.operators with parameters of type RefCountSubscription Constructor Description WindowObservableFunc(Observable<T> underlying, RefCountSubscription refCount)
-
Uses of RefCountSubscription in rx.subscriptions
Fields in rx.subscriptions declared as RefCountSubscription Modifier and Type Field Description (package private) RefCountSubscription
RefCountSubscription.InnerSubscription. parent
Constructors in rx.subscriptions with parameters of type RefCountSubscription Constructor Description InnerSubscription(RefCountSubscription parent)
-