Uses of Class
rx.subscriptions.RefCountSubscription.State
-
Packages that use RefCountSubscription.State Package Description 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.State in rx.subscriptions
Fields in rx.subscriptions declared as RefCountSubscription.State Modifier and Type Field Description (package private) static RefCountSubscription.State
RefCountSubscription. EMPTY_STATE
Fields in rx.subscriptions with type parameters of type RefCountSubscription.State Modifier and Type Field Description (package private) java.util.concurrent.atomic.AtomicReference<RefCountSubscription.State>
RefCountSubscription. state
Methods in rx.subscriptions that return RefCountSubscription.State Modifier and Type Method Description (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.State Modifier and Type Method Description private void
RefCountSubscription. unsubscribeActualIfApplicable(RefCountSubscription.State state)
-