@@ -2265,7 +2265,7 @@ public static <T> Observable<T> just(T item) {
2265
2265
/**
2266
2266
* Converts two items into an ObservableSource that emits those items.
2267
2267
* <p>
2268
- * <img width="640" height="315 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/just.m .png" alt="">
2268
+ * <img width="640" height="186 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/just.2 .png" alt="">
2269
2269
* <dl>
2270
2270
* <dt><b>Scheduler:</b></dt>
2271
2271
* <dd>{@code just} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -2293,7 +2293,7 @@ public static <T> Observable<T> just(T item1, T item2) {
2293
2293
/**
2294
2294
* Converts three items into an ObservableSource that emits those items.
2295
2295
* <p>
2296
- * <img width="640" height="315 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/just.m .png" alt="">
2296
+ * <img width="640" height="186 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/just.3 .png" alt="">
2297
2297
* <dl>
2298
2298
* <dt><b>Scheduler:</b></dt>
2299
2299
* <dd>{@code just} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -2324,7 +2324,7 @@ public static <T> Observable<T> just(T item1, T item2, T item3) {
2324
2324
/**
2325
2325
* Converts four items into an ObservableSource that emits those items.
2326
2326
* <p>
2327
- * <img width="640" height="315 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/just.m .png" alt="">
2327
+ * <img width="640" height="186 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/just.4 .png" alt="">
2328
2328
* <dl>
2329
2329
* <dt><b>Scheduler:</b></dt>
2330
2330
* <dd>{@code just} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -2358,7 +2358,7 @@ public static <T> Observable<T> just(T item1, T item2, T item3, T item4) {
2358
2358
/**
2359
2359
* Converts five items into an ObservableSource that emits those items.
2360
2360
* <p>
2361
- * <img width="640" height="315 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/just.m .png" alt="">
2361
+ * <img width="640" height="186 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/just.5 .png" alt="">
2362
2362
* <dl>
2363
2363
* <dt><b>Scheduler:</b></dt>
2364
2364
* <dd>{@code just} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -2395,7 +2395,7 @@ public static <T> Observable<T> just(T item1, T item2, T item3, T item4, T item5
2395
2395
/**
2396
2396
* Converts six items into an ObservableSource that emits those items.
2397
2397
* <p>
2398
- * <img width="640" height="315 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/just.m .png" alt="">
2398
+ * <img width="640" height="186 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/just.6 .png" alt="">
2399
2399
* <dl>
2400
2400
* <dt><b>Scheduler:</b></dt>
2401
2401
* <dd>{@code just} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -2435,7 +2435,7 @@ public static <T> Observable<T> just(T item1, T item2, T item3, T item4, T item5
2435
2435
/**
2436
2436
* Converts seven items into an ObservableSource that emits those items.
2437
2437
* <p>
2438
- * <img width="640" height="315 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/just.m .png" alt="">
2438
+ * <img width="640" height="186 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/just.7 .png" alt="">
2439
2439
* <dl>
2440
2440
* <dt><b>Scheduler:</b></dt>
2441
2441
* <dd>{@code just} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -2478,7 +2478,7 @@ public static <T> Observable<T> just(T item1, T item2, T item3, T item4, T item5
2478
2478
/**
2479
2479
* Converts eight items into an ObservableSource that emits those items.
2480
2480
* <p>
2481
- * <img width="640" height="315 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/just.m .png" alt="">
2481
+ * <img width="640" height="186 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/just.8 .png" alt="">
2482
2482
* <dl>
2483
2483
* <dt><b>Scheduler:</b></dt>
2484
2484
* <dd>{@code just} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -2524,7 +2524,7 @@ public static <T> Observable<T> just(T item1, T item2, T item3, T item4, T item5
2524
2524
/**
2525
2525
* Converts nine items into an ObservableSource that emits those items.
2526
2526
* <p>
2527
- * <img width="640" height="315 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/just.m .png" alt="">
2527
+ * <img width="640" height="186 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/just.9 .png" alt="">
2528
2528
* <dl>
2529
2529
* <dt><b>Scheduler:</b></dt>
2530
2530
* <dd>{@code just} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -2573,7 +2573,7 @@ public static <T> Observable<T> just(T item1, T item2, T item3, T item4, T item5
2573
2573
/**
2574
2574
* Converts ten items into an ObservableSource that emits those items.
2575
2575
* <p>
2576
- * <img width="640" height="315 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/just.m .png" alt="">
2576
+ * <img width="640" height="186 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/just.10 .png" alt="">
2577
2577
* <dl>
2578
2578
* <dt><b>Scheduler:</b></dt>
2579
2579
* <dd>{@code just} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -3582,7 +3582,7 @@ public static <T> Observable<T> switchOnNext(ObservableSource<? extends Observab
3582
3582
* Converts an ObservableSource that emits ObservableSources into an ObservableSource that emits the items emitted by the
3583
3583
* most recently emitted of those ObservableSources and delays any exception until all ObservableSources terminate.
3584
3584
* <p>
3585
- * <img width="640" height="370" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/switchDo .png" alt="">
3585
+ * <img width="640" height="370" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/switchOnNextDelayError .png" alt="">
3586
3586
* <p>
3587
3587
* {@code switchOnNext} subscribes to an ObservableSource that emits ObservableSources. Each time it observes one of
3588
3588
* these emitted ObservableSources, the ObservableSource returned by {@code switchOnNext} begins emitting the items
@@ -3615,7 +3615,7 @@ public static <T> Observable<T> switchOnNextDelayError(ObservableSource<? extend
3615
3615
* Converts an ObservableSource that emits ObservableSources into an ObservableSource that emits the items emitted by the
3616
3616
* most recently emitted of those ObservableSources and delays any exception until all ObservableSources terminate.
3617
3617
* <p>
3618
- * <img width="640" height="370" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/switchDo .png" alt="">
3618
+ * <img width="640" height="370" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/switchOnNextDelayError .png" alt="">
3619
3619
* <p>
3620
3620
* {@code switchOnNext} subscribes to an ObservableSource that emits ObservableSources. Each time it observes one of
3621
3621
* these emitted ObservableSources, the ObservableSource returned by {@code switchOnNext} begins emitting the items
0 commit comments