Package | Description |
---|---|
io.reactivex |
Base reactive classes:
Flowable , Observable ,
Single , Maybe and
Completable ; base reactive consumers;
other common base interfaces. |
io.reactivex.internal.operators.parallel | |
io.reactivex.parallel |
Contains the base type
ParallelFlowable ,
a sub-DSL for working with Flowable sequences in parallel. |
io.reactivex.plugins |
Contains the central plugin handler
RxJavaPlugins
class to hook into the lifecycle of the base reactive types and schedulers. |
Class and Description |
---|
ParallelFlowable
Abstract base class for Parallel publishers that take an array of Subscribers.
|
Class and Description |
---|
ParallelFailureHandling
Enumerations for handling failure within a parallel operator.
|
ParallelFlowable
Abstract base class for Parallel publishers that take an array of Subscribers.
|
Class and Description |
---|
ParallelFailureHandling
Enumerations for handling failure within a parallel operator.
|
ParallelFlowable
Abstract base class for Parallel publishers that take an array of Subscribers.
|
ParallelFlowableConverter
Convenience interface and callback used by the
ParallelFlowable.as(io.reactivex.parallel.ParallelFlowableConverter<T, R>) operator to turn a ParallelFlowable into
another value fluently. |
ParallelTransformer
Interface to compose ParallelFlowable.
|
Class and Description |
---|
ParallelFlowable
Abstract base class for Parallel publishers that take an array of Subscribers.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.