Package rx.subscriptions
Class RefCountSubscription.State
java.lang.Object
rx.subscriptions.RefCountSubscription.State
- Enclosing class:
RefCountSubscription
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final int
(package private) final boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) RefCountSubscription.State
addChild()
(package private) RefCountSubscription.State
(package private) RefCountSubscription.State
-
Field Details
-
isUnsubscribed
final boolean isUnsubscribed -
children
final int children
-
-
Constructor Details
-
State
State(boolean u, int c)
-
-
Method Details
-
addChild
RefCountSubscription.State addChild() -
removeChild
RefCountSubscription.State removeChild() -
unsubscribe
RefCountSubscription.State unsubscribe()
-