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) RefCountSubscriptionOnSubscribeGroupJoin.ResultManager. cancel(package private) RefCountSubscriptionOnSubscribeGroupJoin.WindowObservableFunc. refCountConstructors 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) RefCountSubscriptionRefCountSubscription.InnerSubscription. parentConstructors in rx.subscriptions with parameters of type RefCountSubscription Constructor Description InnerSubscription(RefCountSubscription parent)
-