@@ -1553,7 +1553,7 @@ public static <T> Single<T> wrap(SingleSource<T> source) {
1553
1553
* {@code Function<Integer[], R>} passed to the method would trigger a {@code ClassCastException}.
1554
1554
*
1555
1555
* <p>
1556
- * <img width="640" height="380 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/zip.png" alt="">
1556
+ * <img width="640" height="340 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single. zip.i .png" alt="">
1557
1557
* <p>
1558
1558
* If any of the SingleSources signal an error, all other SingleSources get disposed and the
1559
1559
* error emitted to downstream immediately.
@@ -1583,7 +1583,7 @@ public static <T, R> Single<R> zip(final Iterable<? extends SingleSource<? exten
1583
1583
* Returns a Single that emits the results of a specified combiner function applied to two items emitted by
1584
1584
* two other Singles.
1585
1585
* <p>
1586
- * <img width="640" height="380 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.zip.png" alt="">
1586
+ * <img width="640" height="414 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.zip.n .png" alt="">
1587
1587
* <dl>
1588
1588
* <dt><b>Scheduler:</b></dt>
1589
1589
* <dd>{@code zip} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -1619,7 +1619,7 @@ public static <T1, T2, R> Single<R> zip(
1619
1619
* Returns a Single that emits the results of a specified combiner function applied to three items emitted
1620
1620
* by three other Singles.
1621
1621
* <p>
1622
- * <img width="640" height="380 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.zip.png" alt="">
1622
+ * <img width="640" height="414 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.zip.n .png" alt="">
1623
1623
* <dl>
1624
1624
* <dt><b>Scheduler:</b></dt>
1625
1625
* <dd>{@code zip} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -1660,7 +1660,7 @@ public static <T1, T2, T3, R> Single<R> zip(
1660
1660
* Returns a Single that emits the results of a specified combiner function applied to four items
1661
1661
* emitted by four other Singles.
1662
1662
* <p>
1663
- * <img width="640" height="380 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.zip.png" alt="">
1663
+ * <img width="640" height="414 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.zip.n .png" alt="">
1664
1664
* <dl>
1665
1665
* <dt><b>Scheduler:</b></dt>
1666
1666
* <dd>{@code zip} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -1705,7 +1705,7 @@ public static <T1, T2, T3, T4, R> Single<R> zip(
1705
1705
* Returns a Single that emits the results of a specified combiner function applied to five items
1706
1706
* emitted by five other Singles.
1707
1707
* <p>
1708
- * <img width="640" height="380 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.zip.png" alt="">
1708
+ * <img width="640" height="414 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.zip.n .png" alt="">
1709
1709
* <dl>
1710
1710
* <dt><b>Scheduler:</b></dt>
1711
1711
* <dd>{@code zip} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -1755,7 +1755,7 @@ public static <T1, T2, T3, T4, T5, R> Single<R> zip(
1755
1755
* Returns a Single that emits the results of a specified combiner function applied to six items
1756
1756
* emitted by six other Singles.
1757
1757
* <p>
1758
- * <img width="640" height="380 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.zip.png" alt="">
1758
+ * <img width="640" height="414 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.zip.n .png" alt="">
1759
1759
* <dl>
1760
1760
* <dt><b>Scheduler:</b></dt>
1761
1761
* <dd>{@code zip} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -1809,7 +1809,7 @@ public static <T1, T2, T3, T4, T5, T6, R> Single<R> zip(
1809
1809
* Returns a Single that emits the results of a specified combiner function applied to seven items
1810
1810
* emitted by seven other Singles.
1811
1811
* <p>
1812
- * <img width="640" height="380 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.zip.png" alt="">
1812
+ * <img width="640" height="414 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.zip.n .png" alt="">
1813
1813
* <dl>
1814
1814
* <dt><b>Scheduler:</b></dt>
1815
1815
* <dd>{@code zip} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -1868,7 +1868,7 @@ public static <T1, T2, T3, T4, T5, T6, T7, R> Single<R> zip(
1868
1868
* Returns a Single that emits the results of a specified combiner function applied to eight items
1869
1869
* emitted by eight other Singles.
1870
1870
* <p>
1871
- * <img width="640" height="380 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.zip.png" alt="">
1871
+ * <img width="640" height="414 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.zip.n .png" alt="">
1872
1872
* <dl>
1873
1873
* <dt><b>Scheduler:</b></dt>
1874
1874
* <dd>{@code zip} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -1931,7 +1931,7 @@ public static <T1, T2, T3, T4, T5, T6, T7, T8, R> Single<R> zip(
1931
1931
* Returns a Single that emits the results of a specified combiner function applied to nine items
1932
1932
* emitted by nine other Singles.
1933
1933
* <p>
1934
- * <img width="640" height="380 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.zip.png" alt="">
1934
+ * <img width="640" height="414 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.zip.n .png" alt="">
1935
1935
* <dl>
1936
1936
* <dt><b>Scheduler:</b></dt>
1937
1937
* <dd>{@code zip} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -2000,14 +2000,13 @@ public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, R> Single<R> zip(
2000
2000
* value and calls a zipper function with an array of these values to return a result
2001
2001
* to be emitted to downstream.
2002
2002
* <p>
2003
+ * <img width="640" height="340" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.zipArray.png" alt="">
2004
+ * <p>
2003
2005
* If the array of {@link SingleSource}s is empty a {@link NoSuchElementException} error is signalled immediately.
2004
2006
* <p>
2005
2007
* Note on method signature: since Java doesn't allow creating a generic array with {@code new T[]}, the
2006
2008
* implementation of this operator has to create an {@code Object[]} instead. Unfortunately, a
2007
2009
* {@code Function<Integer[], R>} passed to the method would trigger a {@code ClassCastException}.
2008
- *
2009
- * <p>
2010
- * <img width="640" height="380" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/zip.png" alt="">
2011
2010
* <p>
2012
2011
* If any of the SingleSources signal an error, all other SingleSources get disposed and the
2013
2012
* error emitted to downstream immediately.
@@ -4104,7 +4103,7 @@ public final Single<T> unsubscribeOn(final Scheduler scheduler) {
4104
4103
* Returns a Single that emits the result of applying a specified function to the pair of items emitted by
4105
4104
* the source Single and another specified Single.
4106
4105
* <p>
4107
- * <img width="640" height="380 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.zip .png" alt="">
4106
+ * <img width="640" height="422 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.zipWith .png" alt="">
4108
4107
* <dl>
4109
4108
* <dt><b>Scheduler:</b></dt>
4110
4109
* <dd>{@code zipWith} does not operate by default on a particular {@link Scheduler}.</dd>
0 commit comments