Class ParallelFromPublisher.ParallelDispatcher.RailSubscription
- java.lang.Object
-
- io.reactivex.rxjava3.internal.operators.parallel.ParallelFromPublisher.ParallelDispatcher.RailSubscription
-
- All Implemented Interfaces:
org.reactivestreams.Subscription
- Enclosing class:
- ParallelFromPublisher.ParallelDispatcher<T>
final class ParallelFromPublisher.ParallelDispatcher.RailSubscription extends java.lang.Object implements org.reactivestreams.Subscription
-
-
Constructor Summary
Constructors Constructor Description RailSubscription(int j, int m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cancel()
void
request(long n)
-