Class ParallelFilter.BaseFilterSubscriber<T>
java.lang.Object
io.reactivex.rxjava3.internal.operators.parallel.ParallelFilter.BaseFilterSubscriber<T>
- All Implemented Interfaces:
FlowableSubscriber<T>,ConditionalSubscriber<T>,org.reactivestreams.Subscriber<T>,org.reactivestreams.Subscription
- Direct Known Subclasses:
ParallelFilter.ParallelFilterConditionalSubscriber,ParallelFilter.ParallelFilterSubscriber
- Enclosing class:
ParallelFilter<T>
abstract static class ParallelFilter.BaseFilterSubscriber<T>
extends Object
implements ConditionalSubscriber<T>, org.reactivestreams.Subscription
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.reactivex.rxjava3.operators.ConditionalSubscriber
tryOnNextMethods inherited from interface io.reactivex.rxjava3.core.FlowableSubscriber
onSubscribeMethods inherited from interface org.reactivestreams.Subscriber
onComplete, onError
-
Field Details
-
predicate
-
upstream
org.reactivestreams.Subscription upstream -
done
boolean done
-
-
Constructor Details
-
BaseFilterSubscriber
-
-
Method Details
-
request
public final void request(long n) - Specified by:
requestin interfaceorg.reactivestreams.Subscription
-
cancel
public final void cancel()- Specified by:
cancelin interfaceorg.reactivestreams.Subscription
-
onNext
- Specified by:
onNextin interfaceorg.reactivestreams.Subscriber<T>
-