ParallelFlowable
,
a sub-DSL for working with Flowable
sequences in parallel.See: Description
Interface | Description |
---|---|
ParallelFlowableConverter |
Convenience interface and callback used by the
ParallelFlowable.as(io.reactivex.parallel.ParallelFlowableConverter operator to turn a ParallelFlowable into
another value fluently. |
ParallelTransformer |
Interface to compose ParallelFlowable.
|
Class | Description |
---|---|
ParallelFlowable |
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.