Package rx.internal.operators
Class OnSubscribeDetach<T>
java.lang.Object
rx.internal.operators.OnSubscribeDetach<T>
- Type Parameters:
T- the value type
- All Implemented Interfaces:
Action,Action1<Subscriber<? super T>>,Function,Observable.OnSubscribe<T>
Nulls out references to upstream data structures when the source terminates or
the child unsubscribes.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final classCallbacks from the child Subscriber.(package private) static final classThe parent subscriber that forwards events and cleans up on a terminal state.(package private) static enumSingleton instance via enum. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary