ParallelFlowable
,
a sub-DSL for working with Flowable
sequences in parallel.See: Description
Interface | Description |
---|---|
ParallelFlowableConverter<T,R> |
Convenience interface and callback used by the
ParallelFlowable.to(io.reactivex.rxjava3.parallel.ParallelFlowableConverter<T, R>) operator to turn a ParallelFlowable into
another value fluently. |
ParallelTransformer<Upstream,Downstream> |
Interface to compose ParallelFlowable.
|
Class | Description |
---|---|
ParallelFlowable<T> |
Abstract base class for Parallel publishers that take an array of Subscribers.
|
Enum | Description |
---|---|
ParallelFailureHandling |
Enumerations for handling failure within a parallel operator.
|
ParallelFlowable
,
a sub-DSL for working with Flowable
sequences in parallel.