Package rx.subscriptions
Class RefCountSubscription.State
- java.lang.Object
-
- rx.subscriptions.RefCountSubscription.State
-
- Enclosing class:
- RefCountSubscription
static final class RefCountSubscription.State extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
children
(package private) boolean
isUnsubscribed
-
Constructor Summary
Constructors Constructor Description State(boolean u, int c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) RefCountSubscription.State
addChild()
(package private) RefCountSubscription.State
removeChild()
(package private) RefCountSubscription.State
unsubscribe()
-
-
-
Method Detail
-
addChild
RefCountSubscription.State addChild()
-
removeChild
RefCountSubscription.State removeChild()
-
unsubscribe
RefCountSubscription.State unsubscribe()
-
-