Uses of Package
io.reactivex.rxjava3.parallel
Packages that use io.reactivex.rxjava3.parallel
Package
Description
Base reactive classes:
Flowable
, Observable
,
Single
, Maybe
and
Completable
; base reactive consumers;
other common base interfaces.Contains the base type
ParallelFlowable
,
a sub-DSL for working with Flowable
sequences in parallel.Contains the central plugin handler
RxJavaPlugins
class to hook into the lifecycle of the base reactive types and schedulers.-
Classes in io.reactivex.rxjava3.parallel used by io.reactivex.rxjava3.coreClassDescriptionAbstract base class for parallel publishing of events signaled to an array of
Subscriber
s. -
Classes in io.reactivex.rxjava3.parallel used by io.reactivex.rxjava3.internal.jdk8ClassDescriptionEnumerations for handling failure within a parallel operator.Abstract base class for parallel publishing of events signaled to an array of
Subscriber
s. -
Classes in io.reactivex.rxjava3.parallel used by io.reactivex.rxjava3.internal.operators.parallelClassDescriptionEnumerations for handling failure within a parallel operator.Abstract base class for parallel publishing of events signaled to an array of
Subscriber
s. -
Classes in io.reactivex.rxjava3.parallel used by io.reactivex.rxjava3.parallelClassDescriptionEnumerations for handling failure within a parallel operator.Abstract base class for parallel publishing of events signaled to an array of
Subscriber
s.Convenience interface and callback used by theParallelFlowable.to(io.reactivex.rxjava3.parallel.ParallelFlowableConverter<T, R>)
operator to turn a ParallelFlowable into another value fluently.Interface to compose ParallelFlowable. -
Classes in io.reactivex.rxjava3.parallel used by io.reactivex.rxjava3.pluginsClassDescriptionAbstract base class for parallel publishing of events signaled to an array of
Subscriber
s.