File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/io/reactivex Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ public static <T> Completable fromObservable(final ObservableSource<T> observabl
511
511
* Returns a Completable instance that subscribes to the given publisher, ignores all values and
512
512
* emits only the terminal event.
513
513
* <p>
514
- * <img width="640" height="442 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.fromPublisher.png" alt="">
514
+ * <img width="640" height="422 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.fromPublisher.png" alt="">
515
515
* <p>
516
516
* The {@link Publisher} must follow the
517
517
* <a href="https://github.com/reactive-streams/reactive-streams-jvm#reactive-streams">Reactive-Streams specification</a>.
@@ -2427,8 +2427,6 @@ public final <T> Flowable<T> toFlowable() {
2427
2427
2428
2428
/**
2429
2429
* Converts this Completable into a {@link Maybe}.
2430
- * <p>
2431
- * <img width="640" height="293" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.toObservable.png" alt="">
2432
2430
* <dl>
2433
2431
* <dt><b>Scheduler:</b></dt>
2434
2432
* <dd>{@code toMaybe} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -2451,6 +2449,8 @@ public final <T> Maybe<T> toMaybe() {
2451
2449
/**
2452
2450
* Returns an Observable which when subscribed to subscribes to this Completable and
2453
2451
* relays the terminal events to the subscriber.
2452
+ * <p>
2453
+ * <img width="640" height="293" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.toObservable.png" alt="">
2454
2454
* <dl>
2455
2455
* <dt><b>Scheduler:</b></dt>
2456
2456
* <dd>{@code toObservable} does not operate by default on a particular {@link Scheduler}.</dd>
You can’t perform that action at this time.
0 commit comments