Package io.reactivex.rxjava4.core.config
package io.reactivex.rxjava4.core.config
Configuration record types to support operators and reduce the number of convenience overloads
on the main reactive types.
- Since:
- 4.0.0
-
Record ClassesClassDescriptionConfiguration record for Completable.concat() operators.Configuration record for Completable.merge() operators.Generic configuration block with option to delay errors, change max concurrency amounts and buffer sizes.Generic configuration block with option to delay errors, change prefetch amounts and buffer sizes.Configuration record for Maybe.concat() operators.Configuration record for Maybe.concatEager() operators.Configuration record for Maybe.merge() operators.Configuration record for Observable.combineLatest() operators.Configuration record for Observable.concat() operators.Configuration record for Observable.concatEager() operators.Configuration record for Observable.merge() operators.Configuration record for Observable.sequenceEqual() operators.Configuration record for Observable.switchOnNext() operators.Configuration record for Observable.zip() operators.Configuration record for
Schedulers.createParallel(ParallelSchedulerConfig).Configuration record for Single.concat() operators.Configuration record for Single.concatEager() operators.Configuration record for Single.merge() operators.