Package rx.subjects
Class SubjectSubscriptionManager.State<T>
java.lang.Object
rx.subjects.SubjectSubscriptionManager.State<T>
- Enclosing class:
SubjectSubscriptionManager<T>
State-machine representing the termination state and active SubjectObservers.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final SubjectSubscriptionManager.State
(package private) static final SubjectSubscriptionManager.SubjectObserver[]
(package private) final SubjectSubscriptionManager.SubjectObserver[]
(package private) final boolean
(package private) static final SubjectSubscriptionManager.State
-
Constructor Summary
ConstructorsConstructorDescriptionState
(boolean terminated, SubjectSubscriptionManager.SubjectObserver[] observers) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
terminated
final boolean terminated -
observers
-
NO_OBSERVERS
-
TERMINATED
-
EMPTY
-
-
Constructor Details
-
State
-
-
Method Details
-
add
-
remove
-