package

io.reactivex.parallel

Base type for the parallel type offering a sub-DSL for working with Flowable items in parallel.

Interfaces

ParallelTransformer<Upstream, Downstream> Interface to compose ParallelFlowable. 

Classes

ParallelFlowable<T> Abstract base class for Parallel publishers that take an array of Subscribers. 

Enums

ParallelFailureHandling Enumerations for handling failure within a parallel operator.