Uses of Class
rx.subscriptions.RefCountSubscription.State
Packages that use RefCountSubscription.State
Package
Description
Default implementations for Subscription-based resource management
(Subscription container types) and utility classes to construct
Subscriptions from callbacks and other types.
-
Uses of RefCountSubscription.State in rx.subscriptions
Fields in rx.subscriptions declared as RefCountSubscription.StateModifier and TypeFieldDescription(package private) static final RefCountSubscription.State
RefCountSubscription.EMPTY_STATE
Fields in rx.subscriptions with type parameters of type RefCountSubscription.StateModifier and TypeFieldDescription(package private) final AtomicReference
<RefCountSubscription.State> RefCountSubscription.state
Methods in rx.subscriptions that return RefCountSubscription.StateModifier and TypeMethodDescription(package private) RefCountSubscription.State
RefCountSubscription.State.addChild()
(package private) RefCountSubscription.State
RefCountSubscription.State.removeChild()
(package private) RefCountSubscription.State
RefCountSubscription.State.unsubscribe()
Methods in rx.subscriptions with parameters of type RefCountSubscription.StateModifier and TypeMethodDescriptionprivate void
RefCountSubscription.unsubscribeActualIfApplicable
(RefCountSubscription.State state)