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>
Enclosing class:
OnSubscribeGroupJoin<T1,T2,D1,D2,R>

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.