@@ -9469,7 +9469,7 @@ public final ConnectableObservable<T> replay() {
9469
9469
* Returns an Observable that emits items that are the results of invoking a specified selector on the items
9470
9470
* emitted by a {@link ConnectableObservable} that shares a single subscription to the source ObservableSource.
9471
9471
* <p>
9472
- * <img width="640" height="450 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/replay.f.png" alt="">
9472
+ * <img width="640" height="449 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/replay.o .f.png" alt="">
9473
9473
* <dl>
9474
9474
* <dt><b>Scheduler:</b></dt>
9475
9475
* <dd>This version of {@code replay} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -9496,7 +9496,7 @@ public final <R> Observable<R> replay(Function<? super Observable<T>, ? extends
9496
9496
* emitted by a {@link ConnectableObservable} that shares a single subscription to the source ObservableSource,
9497
9497
* replaying {@code bufferSize} notifications.
9498
9498
* <p>
9499
- * <img width="640" height="440 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/replay.fn.png" alt="">
9499
+ * <img width="640" height="391 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/replay.o .fn.png" alt="">
9500
9500
* <dl>
9501
9501
* <dt><b>Scheduler:</b></dt>
9502
9502
* <dd>This version of {@code replay} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -9527,7 +9527,7 @@ public final <R> Observable<R> replay(Function<? super Observable<T>, ? extends
9527
9527
* emitted by a {@link ConnectableObservable} that shares a single subscription to the source ObservableSource,
9528
9528
* replaying no more than {@code bufferSize} items that were emitted within a specified time window.
9529
9529
* <p>
9530
- * <img width="640" height="445 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/replay.fnt.png" alt="">
9530
+ * <img width="640" height="350 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/replay.o .fnt.png" alt="">
9531
9531
* <dl>
9532
9532
* <dt><b>Scheduler:</b></dt>
9533
9533
* <dd>This version of {@code replay} operates by default on the {@code computation} {@link Scheduler}.</dd>
@@ -9561,7 +9561,7 @@ public final <R> Observable<R> replay(Function<? super Observable<T>, ? extends
9561
9561
* emitted by a {@link ConnectableObservable} that shares a single subscription to the source ObservableSource,
9562
9562
* replaying no more than {@code bufferSize} items that were emitted within a specified time window.
9563
9563
* <p>
9564
- * <img width="640" height="445 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/replay.fnts.png" alt="">
9564
+ * <img width="640" height="328 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/replay.o .fnts.png" alt="">
9565
9565
* <dl>
9566
9566
* <dt><b>Scheduler:</b></dt>
9567
9567
* <dd>You specify which {@link Scheduler} this operator will use.</dd>
@@ -9604,7 +9604,7 @@ public final <R> Observable<R> replay(Function<? super Observable<T>, ? extends
9604
9604
* emitted by a {@link ConnectableObservable} that shares a single subscription to the source ObservableSource,
9605
9605
* replaying a maximum of {@code bufferSize} items.
9606
9606
* <p>
9607
- * <img width="640" height="440 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/replay.fns.png" alt="">
9607
+ * <img width="640" height="362 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/replay.o .fns.png" alt="">
9608
9608
* <dl>
9609
9609
* <dt><b>Scheduler:</b></dt>
9610
9610
* <dd>You specify which {@link Scheduler} this operator will use.</dd>
@@ -9639,7 +9639,7 @@ public final <R> Observable<R> replay(final Function<? super Observable<T>, ? ex
9639
9639
* emitted by a {@link ConnectableObservable} that shares a single subscription to the source ObservableSource,
9640
9640
* replaying all items that were emitted within a specified time window.
9641
9641
* <p>
9642
- * <img width="640" height="435 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/replay.ft.png" alt="">
9642
+ * <img width="640" height="393 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/replay.o .ft.png" alt="">
9643
9643
* <dl>
9644
9644
* <dt><b>Scheduler:</b></dt>
9645
9645
* <dd>This version of {@code replay} operates by default on the {@code computation} {@link Scheduler}.</dd>
@@ -9670,7 +9670,7 @@ public final <R> Observable<R> replay(Function<? super Observable<T>, ? extends
9670
9670
* emitted by a {@link ConnectableObservable} that shares a single subscription to the source ObservableSource,
9671
9671
* replaying all items that were emitted within a specified time window.
9672
9672
* <p>
9673
- * <img width="640" height="440 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/replay.fts.png" alt="">
9673
+ * <img width="640" height="366 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/replay.o .fts.png" alt="">
9674
9674
* <dl>
9675
9675
* <dt><b>Scheduler:</b></dt>
9676
9676
* <dd>You specify which {@link Scheduler} this operator will use.</dd>
@@ -9705,7 +9705,7 @@ public final <R> Observable<R> replay(Function<? super Observable<T>, ? extends
9705
9705
* Returns an Observable that emits items that are the results of invoking a specified selector on items
9706
9706
* emitted by a {@link ConnectableObservable} that shares a single subscription to the source ObservableSource.
9707
9707
* <p>
9708
- * <img width="640" height="445 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/replay.fs.png" alt="">
9708
+ * <img width="640" height="406 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/replay.o .fs.png" alt="">
9709
9709
* <dl>
9710
9710
* <dt><b>Scheduler:</b></dt>
9711
9711
* <dd>You specify which {@link Scheduler} this operator will use.</dd>
0 commit comments