We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2cf34 commit e793bc1Copy full SHA for e793bc1
src/main/java/io/reactivex/rxjava3/core/Maybe.java
@@ -549,6 +549,7 @@ public static <T> Flowable<T> concatDelayError(@NonNull Publisher<@NonNull ? ext
549
* @return the new {@code Flowable} with the concatenating behavior
550
* @throws NullPointerException if {@code sources} is {@code null}
551
* @throws IllegalArgumentException if {@code prefetch} is non-positive
552
+ * @since 3.0.0
553
*/
554
@BackpressureSupport(BackpressureKind.FULL)
555
@CheckReturnValue
0 commit comments