public final class OperatorWindowBoundarySupplier<T,B> extends java.lang.Object implements Observable.Operator<Observable<T>,T>
| Constructor and Description |
|---|
OperatorWindowBoundarySupplier(Supplier<? extends org.reactivestreams.Publisher<B>> other,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Subscriber<? super T> |
apply(org.reactivestreams.Subscriber<? super Observable<T>> t) |
public org.reactivestreams.Subscriber<? super T> apply(org.reactivestreams.Subscriber<? super Observable<T>> t)
apply in interface Function<org.reactivestreams.Subscriber<? super Observable<T>>,org.reactivestreams.Subscriber<? super T>>