Package rx.internal.operators
Class OnSubscribeGroupJoin.WindowObservableFunc<T>
java.lang.Object
rx.internal.operators.OnSubscribeGroupJoin.WindowObservableFunc<T>
- All Implemented Interfaces:
Action,Action1<Subscriber<? super T>>,Function,Observable.OnSubscribe<T>
static final class OnSubscribeGroupJoin.WindowObservableFunc<T>
extends Object
implements Observable.OnSubscribe<T>
The reference-counted window observable.
Subscribes to the underlying Observable by using a reference-counted
subscription.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) final classObserve activities on the window. -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final RefCountSubscription(package private) final Observable<T> -
Constructor Summary
ConstructorsConstructorDescriptionWindowObservableFunc(Observable<T> underlying, RefCountSubscription refCount) -
Method Summary