3.x: Change the parameter order of concatMap{Single|Maybe|Completable}DelayError · Issue #6610 · ReactiveX/RxJava (original) (raw)
The regular concatMapDelayError
uses parameter order of mapper, prefetch, tillTheEnd
but the S/M/C variants have mapper, tillTheEnd, prefetch
. The parameter ordering should match the original concatMapDelayError
.