@@ -151,8 +151,8 @@ public static int bufferSize() {
151
151
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
152
152
* If that input source is also synchronous, other sources after it will not be subscribed to.
153
153
* <p>
154
- * If provided array of source Publishers is empty, the resulting sequence completes immediately without emitting
155
- * any items and without any calls to combiner function.
154
+ * If the provided array of source Publishers is empty, the resulting sequence completes immediately without emitting
155
+ * any items and without any calls to the combiner function.
156
156
*
157
157
* <dl>
158
158
* <dt><b>Backpressure:</b></dt>
@@ -196,7 +196,7 @@ public static <T, R> Flowable<R> combineLatest(Publisher<? extends T>[] sources,
196
196
* If that input source is also synchronous, other sources after it will not be subscribed to.
197
197
* <p>
198
198
* If there are no source Publishers provided, the resulting sequence completes immediately without emitting
199
- * any items and without any calls to combiner function.
199
+ * any items and without any calls to the combiner function.
200
200
*
201
201
* <dl>
202
202
* <dt><b>Backpressure:</b></dt>
@@ -239,8 +239,8 @@ public static <T, R> Flowable<R> combineLatest(Function<? super Object[], ? exte
239
239
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
240
240
* If that input source is also synchronous, other sources after it will not be subscribed to.
241
241
* <p>
242
- * If provided array of source Publishers is empty, the resulting sequence completes immediately without emitting
243
- * any items and without any calls to combiner function.
242
+ * If the provided array of source Publishers is empty, the resulting sequence completes immediately without emitting
243
+ * any items and without any calls to the combiner function.
244
244
*
245
245
* <dl>
246
246
* <dt><b>Backpressure:</b></dt>
@@ -291,8 +291,8 @@ public static <T, R> Flowable<R> combineLatest(Publisher<? extends T>[] sources,
291
291
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
292
292
* If that input source is also synchronous, other sources after it will not be subscribed to.
293
293
* <p>
294
- * If provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting
295
- * any items and without any calls to combiner function.
294
+ * If the provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting
295
+ * any items and without any calls to the combiner function.
296
296
*
297
297
* <dl>
298
298
* <dt><b>Backpressure:</b></dt>
@@ -336,8 +336,8 @@ public static <T, R> Flowable<R> combineLatest(Iterable<? extends Publisher<? ex
336
336
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
337
337
* If that input source is also synchronous, other sources after it will not be subscribed to.
338
338
* <p>
339
- * If provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting any items and
340
- * without any calls to combiner function.
339
+ * If the provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting any items and
340
+ * without any calls to the combiner function.
341
341
*
342
342
* <dl>
343
343
* <dt><b>Backpressure:</b></dt>
@@ -386,8 +386,8 @@ public static <T, R> Flowable<R> combineLatest(Iterable<? extends Publisher<? ex
386
386
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
387
387
* If that input source is also synchronous, other sources after it will not be subscribed to.
388
388
* <p>
389
- * If provided array of source Publishers is empty, the resulting sequence completes immediately without emitting
390
- * any items and without any calls to combiner function.
389
+ * If the provided array of source Publishers is empty, the resulting sequence completes immediately without emitting
390
+ * any items and without any calls to the combiner function.
391
391
*
392
392
* <dl>
393
393
* <dt><b>Backpressure:</b></dt>
@@ -433,7 +433,7 @@ public static <T, R> Flowable<R> combineLatestDelayError(Publisher<? extends T>[
433
433
* If that input source is also synchronous, other sources after it will not be subscribed to.
434
434
* <p>
435
435
* If there are no source Publishers provided, the resulting sequence completes immediately without emitting
436
- * any items and without any calls to combiner function.
436
+ * any items and without any calls to the combiner function.
437
437
*
438
438
* <dl>
439
439
* <dt><b>Backpressure:</b></dt>
@@ -479,7 +479,7 @@ public static <T, R> Flowable<R> combineLatestDelayError(Function<? super Object
479
479
* If that input source is also synchronous, other sources after it will not be subscribed to.
480
480
* <p>
481
481
* If there are no source Publishers provided, the resulting sequence completes immediately without emitting
482
- * any items and without any calls to combiner function.
482
+ * any items and without any calls to the combiner function.
483
483
*
484
484
* <dl>
485
485
* <dt><b>Backpressure:</b></dt>
@@ -526,8 +526,8 @@ public static <T, R> Flowable<R> combineLatestDelayError(Function<? super Object
526
526
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
527
527
* If that input source is also synchronous, other sources after it will not be subscribed to.
528
528
* <p>
529
- * If provided array of source Publishers is empty, the resulting sequence completes immediately without emitting
530
- * any items and without any calls to combiner function.
529
+ * If the provided array of source Publishers is empty, the resulting sequence completes immediately without emitting
530
+ * any items and without any calls to the combiner function.
531
531
*
532
532
* <dl>
533
533
* <dt><b>Backpressure:</b></dt>
@@ -580,8 +580,8 @@ public static <T, R> Flowable<R> combineLatestDelayError(Publisher<? extends T>[
580
580
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
581
581
* If that input source is also synchronous, other sources after it will not be subscribed to.
582
582
* <p>
583
- * If provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting
584
- * any items and without any calls to combiner function.
583
+ * If the provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting
584
+ * any items and without any calls to the combiner function.
585
585
*
586
586
* <dl>
587
587
* <dt><b>Backpressure:</b></dt>
@@ -626,8 +626,8 @@ public static <T, R> Flowable<R> combineLatestDelayError(Iterable<? extends Publ
626
626
* resulting sequence terminates immediately (normally or with all the errors accumulated till that point).
627
627
* If that input source is also synchronous, other sources after it will not be subscribed to.
628
628
* <p>
629
- * If provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting
630
- * any items and without any calls to combiner function.
629
+ * If the provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting
630
+ * any items and without any calls to the combiner function.
631
631
*
632
632
* <dl>
633
633
* <dt><b>Backpressure:</b></dt>
0 commit comments