@@ -178,7 +178,7 @@ public static Completable complete() {
178
178
/**
179
179
* Returns a {@code Completable} which completes only when all sources complete, one after another.
180
180
* <p>
181
- * <img width="640" height="283 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.concatArray.png" alt="">
181
+ * <img width="640" height="284 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.concatArray.png" alt="">
182
182
* <dl>
183
183
* <dt><b>Scheduler:</b></dt>
184
184
* <dd>{@code concatArray} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -205,7 +205,7 @@ public static Completable concatArray(@NonNull CompletableSource... sources) {
205
205
/**
206
206
* Returns a {@code Completable} which completes only when all sources complete, one after another.
207
207
* <p>
208
- * <img width="640" height="322 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.concatArrayDelayError.png" alt="">
208
+ * <img width="640" height="324 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.concatArrayDelayError.png" alt="">
209
209
* <dl>
210
210
* <dt><b>Scheduler:</b></dt>
211
211
* <dd>{@code concatArrayDelayError} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -247,7 +247,7 @@ public static Completable concat(@NonNull Iterable<@NonNull ? extends Completabl
247
247
/**
248
248
* Returns a {@code Completable} which completes only when all sources complete, one after another.
249
249
* <p>
250
- * <img width="640" height="237 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.concat.p.png" alt="">
250
+ * <img width="640" height="238 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.concat.p.png" alt="">
251
251
* <dl>
252
252
* <dt><b>Backpressure:</b></dt>
253
253
* <dd>The returned {@code Completable} honors the backpressure of the downstream consumer
@@ -270,7 +270,7 @@ public static Completable concat(@NonNull Publisher<@NonNull ? extends Completab
270
270
/**
271
271
* Returns a {@code Completable} which completes only when all sources complete, one after another.
272
272
* <p>
273
- * <img width="640" height="237 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.concat.pn.png" alt="">
273
+ * <img width="640" height="238 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.concat.pn.png" alt="">
274
274
* <dl>
275
275
* <dt><b>Backpressure:</b></dt>
276
276
* <dd>The returned {@code Completable} honors the backpressure of the downstream consumer
@@ -297,7 +297,7 @@ public static Completable concat(@NonNull Publisher<@NonNull ? extends Completab
297
297
/**
298
298
* Returns a {@code Completable} which completes only when all sources complete, one after another.
299
299
* <p>
300
- * <img width="640" height="361" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.concatDelayError.png" alt="">
300
+ * <img width="640" height="361" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.concatDelayError.i. png" alt="">
301
301
* <dl>
302
302
* <dt><b>Scheduler:</b></dt>
303
303
* <dd>{@code concatDelayError} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -989,7 +989,7 @@ public static Completable mergeArrayDelayError(@NonNull CompletableSource... sou
989
989
* any error emitted by any of the inner {@code CompletableSource}s until all of
990
990
* them terminate in a way or another.
991
991
* <p>
992
- * <img width="640" height="475 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.mergeDelayError.png" alt="">
992
+ * <img width="640" height="476 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.mergeDelayError.png" alt="">
993
993
* <dl>
994
994
* <dt><b>Scheduler:</b></dt>
995
995
* <dd>{@code mergeDelayError} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -1200,7 +1200,7 @@ public static Completable switchOnNextDelayError(@NonNull Publisher<@NonNull ? e
1200
1200
* Returns a {@code Completable} instance which manages a resource along
1201
1201
* with a custom {@link CompletableSource} instance while the subscription is active.
1202
1202
* <p>
1203
- * <img width="640" height="388 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.using.png" alt="">
1203
+ * <img width="640" height="389 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.using.png" alt="">
1204
1204
* <p>
1205
1205
* This overload disposes eagerly before the terminal event is emitted.
1206
1206
* <dl>
@@ -1294,7 +1294,7 @@ public static Completable wrap(@NonNull CompletableSource source) {
1294
1294
* Returns a {@code Completable} that emits the a terminated event of either this {@code Completable}
1295
1295
* or the other {@link CompletableSource}, whichever fires first.
1296
1296
* <p>
1297
- * <img width="640" height="484 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.ambWith.png" alt="">
1297
+ * <img width="640" height="485 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.ambWith.png" alt="">
1298
1298
* <dl>
1299
1299
* <dt><b>Scheduler:</b></dt>
1300
1300
* <dd>{@code ambWith} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -1395,7 +1395,7 @@ public final Completable ambWith(@NonNull CompletableSource other) {
1395
1395
* propagated to the downstream observer and will result in skipping the subscription to the next
1396
1396
* {@code MaybeSource}.
1397
1397
* <p>
1398
- * <img width="640" height="280 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.andThen.m.png" alt="">
1398
+ * <img width="640" height="281 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.andThen.m.png" alt="">
1399
1399
* <dl>
1400
1400
* <dt><b>Scheduler:</b></dt>
1401
1401
* <dd>{@code andThen} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -1443,7 +1443,7 @@ public final Completable andThen(@NonNull CompletableSource next) {
1443
1443
* Subscribes to and awaits the termination of this {@code Completable} instance in a blocking manner and
1444
1444
* rethrows any exception emitted.
1445
1445
* <p>
1446
- * <img width="640" height="432 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.blockingAwait.png" alt="">
1446
+ * <img width="640" height="433 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.blockingAwait.png" alt="">
1447
1447
* <dl>
1448
1448
* <dt><b>Scheduler:</b></dt>
1449
1449
* <dd>{@code blockingAwait} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -1665,7 +1665,7 @@ public final Completable concatWith(@NonNull CompletableSource other) {
1665
1665
/**
1666
1666
* Returns a {@code Completable} which delays the emission of the completion event by the given time.
1667
1667
* <p>
1668
- * <img width="640" height="343 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.delay.png" alt="">
1668
+ * <img width="640" height="344 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.delay.png" alt="">
1669
1669
* <dl>
1670
1670
* <dt><b>Scheduler:</b></dt>
1671
1671
* <dd>{@code delay} does operate by default on the {@code computation} {@link Scheduler}.</dd>
@@ -1955,7 +1955,7 @@ public final Completable doOnSubscribe(@NonNull Consumer<? super Disposable> onS
1955
1955
* Returns a {@code Completable} instance that calls the given {@code onTerminate} {@link Action} just before this {@code Completable}
1956
1956
* completes normally or with an exception.
1957
1957
* <p>
1958
- * <img width="640" height="304 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.doOnTerminate.png" alt="">
1958
+ * <img width="640" height="305 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.doOnTerminate.png" alt="">
1959
1959
* <dl>
1960
1960
* <dt><b>Scheduler:</b></dt>
1961
1961
* <dd>{@code doOnTerminate} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -1978,7 +1978,7 @@ public final Completable doOnTerminate(@NonNull Action onTerminate) {
1978
1978
* Returns a {@code Completable} instance that calls the given {@code onAfterTerminate} {@link Action} after this {@code Completable}
1979
1979
* completes normally or with an exception.
1980
1980
* <p>
1981
- * <img width="640" height="304 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.doAfterTerminate.png" alt="">
1981
+ * <img width="640" height="305 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.doAfterTerminate.png" alt="">
1982
1982
* <dl>
1983
1983
* <dt><b>Scheduler:</b></dt>
1984
1984
* <dd>{@code doAfterTerminate} does not operate by default on a particular {@link Scheduler}.</dd>
0 commit comments