@@ -14536,6 +14536,11 @@ public final Observable> window(long count, long skip, int bufferS
14536
14536
* current window and propagates the notification from the source ObservableSource.
14537
14537
14538
14538
*
14539
+
14540
+ * Note that ignoring windows or subscribing later (i.e., on another thread) will result in
14541
+ * so-called window abandonment where a window may not contain any elements. In this case, subsequent
14542
+ * elements will be dropped until the condition for the next window boundary is satisfied. The behavior is
14543
+ * a tradeoff for ensuring upstream cancellation can happen under some race conditions.
14539
14544
14540
14545
*
Scheduler:
14541
14546
*
This version of {@code window} operates by default on the {@code computation} {@link Scheduler}.
@@ -14564,6 +14569,11 @@ public final Observable> window(long timespan, long timeskip, Time
14564
14569
* current window and propagates the notification from the source ObservableSource.
14565
14570
14566
14571
*
14572
+
14573
+ * Note that ignoring windows or subscribing later (i.e., on another thread) will result in
14574
+ * so-called window abandonment where a window may not contain any elements. In this case, subsequent
14575
+ * elements will be dropped until the condition for the next window boundary is satisfied. The behavior is
14576
+ * a tradeoff for ensuring upstream cancellation can happen under some race conditions.
14567
14577
14568
14578
*
Scheduler:
14569
14579
*
You specify which {@link Scheduler} this operator will use.
@@ -14594,6 +14604,11 @@ public final Observable> window(long timespan, long timeskip, Time
14594
14604
* current window and propagates the notification from the source ObservableSource.
14595
14605
14596
14606
*
14607
+
14608
+ * Note that ignoring windows or subscribing later (i.e., on another thread) will result in
14609
+ * so-called window abandonment where a window may not contain any elements. In this case, subsequent
14610
+ * elements will be dropped until the condition for the next window boundary is satisfied. The behavior is
14611
+ * a tradeoff for ensuring upstream cancellation can happen under some race conditions.
14597
14612
14598
14613
*
Scheduler:
14599
14614
*
You specify which {@link Scheduler} this operator will use.
@@ -14630,6 +14645,11 @@ public final Observable> window(long timespan, long timeskip, Time
14630
14645
* ObservableSource emits the current window and propagates the notification from the source ObservableSource.
14631
14646
14632
14647
*
14648
+
14649
+ * Note that ignoring windows or subscribing later (i.e., on another thread) will result in
14650
+ * so-called window abandonment where a window may not contain any elements. In this case, subsequent
14651
+ * elements will be dropped until the condition for the next window boundary is satisfied. The behavior is
14652
+ * a tradeoff for ensuring upstream cancellation can happen under some race conditions.
14633
14653
14634
14654
*
Scheduler:
14635
14655
*
This version of {@code window} operates by default on the {@code computation} {@link Scheduler}.
@@ -14658,6 +14678,11 @@ public final Observable> window(long timespan, TimeUnit unit) {
14658
14678
* emits the current window and propagates the notification from the source ObservableSource.
14659
14679
14660
14680
*
14681
+
14682
+ * Note that ignoring windows or subscribing later (i.e., on another thread) will result in
14683
+ * so-called window abandonment where a window may not contain any elements. In this case, subsequent
14684
+ * elements will be dropped until the condition for the next window boundary is satisfied. The behavior is
14685
+ * a tradeoff for ensuring upstream cancellation can happen under some race conditions.
14661
14686
14662
14687
*
Scheduler:
14663
14688
*
This version of {@code window} operates by default on the {@code computation} {@link Scheduler}.
@@ -14690,6 +14715,11 @@ public final Observable> window(long timespan, TimeUnit unit,
14690
14715
* emits the current window and propagates the notification from the source ObservableSource.
14691
14716
14692
14717
*
14718
+
14719
+ * Note that ignoring windows or subscribing later (i.e., on another thread) will result in
14720
+ * so-called window abandonment where a window may not contain any elements. In this case, subsequent
14721
+ * elements will be dropped until the condition for the next window boundary is satisfied. The behavior is
14722
+ * a tradeoff for ensuring upstream cancellation can happen under some race conditions.
14693
14723
14694
14724
*
Scheduler:
14695
14725
*
This version of {@code window} operates by default on the {@code computation} {@link Scheduler}.
@@ -14723,6 +14753,11 @@ public final Observable> window(long timespan, TimeUnit unit,
14723
14753
* ObservableSource emits the current window and propagates the notification from the source ObservableSource.
14724
14754
14725
14755
*
14756
+
14757
+ * Note that ignoring windows or subscribing later (i.e., on another thread) will result in
14758
+ * so-called window abandonment where a window may not contain any elements. In this case, subsequent
14759
+ * elements will be dropped until the condition for the next window boundary is satisfied. The behavior is
14760
+ * a tradeoff for ensuring upstream cancellation can happen under some race conditions.
14726
14761
14727
14762
*
Scheduler:
14728
14763
*
You specify which {@link Scheduler} this operator will use.
@@ -14754,6 +14789,11 @@ public final Observable> window(long timespan, TimeUnit unit,
14754
14789
* current window and propagates the notification from the source ObservableSource.
14755
14790
14756
14791
*
14792
+
14793
+ * Note that ignoring windows or subscribing later (i.e., on another thread) will result in
14794
+ * so-called window abandonment where a window may not contain any elements. In this case, subsequent
14795
+ * elements will be dropped until the condition for the next window boundary is satisfied. The behavior is
14796
+ * a tradeoff for ensuring upstream cancellation can happen under some race conditions.
14757
14797
14758
14798
*
Scheduler:
14759
14799
*
You specify which {@link Scheduler} this operator will use.
@@ -14788,6 +14828,11 @@ public final Observable> window(long timespan, TimeUnit unit,
14788
14828
* current window and propagates the notification from the source ObservableSource.
14789
14829
14790
14830
*
14831
+
14832
+ * Note that ignoring windows or subscribing later (i.e., on another thread) will result in
14833
+ * so-called window abandonment where a window may not contain any elements. In this case, subsequent
14834
+ * elements will be dropped until the condition for the next window boundary is satisfied. The behavior is
14835
+ * a tradeoff for ensuring upstream cancellation can happen under some race conditions.
14791
14836
14792
14837
*
Scheduler:
14793
14838
*
You specify which {@link Scheduler} this operator will use.
@@ -14824,6 +14869,11 @@ public final Observable> window(long timespan, TimeUnit unit,
14824
14869
* current window and propagates the notification from the source ObservableSource.
14825
14870
14826
14871
*
14872
+
14873
+ * Note that ignoring windows or subscribing later (i.e., on another thread) will result in
14874
+ * so-called window abandonment where a window may not contain any elements. In this case, subsequent
14875
+ * elements will be dropped until the condition for the next window boundary is satisfied. The behavior is
14876
+ * a tradeoff for ensuring upstream cancellation can happen under some race conditions.
14827
14877
14828
14878
*
Scheduler:
14829
14879
*
You specify which {@link Scheduler} this operator will use.
@@ -14865,6 +14915,11 @@ public final Observable> window(
14865
14915
* ObservableSource.
14866
14916
14867
14917
*
14918
+
14919
+ * Note that ignoring windows or subscribing later (i.e., on another thread) will result in
14920
+ * so-called window abandonment where a window may not contain any elements. In this case, subsequent
14921
+ * elements will be dropped until the condition for the next window boundary is satisfied. The behavior is
14922
+ * a tradeoff for ensuring upstream cancellation can happen under some race conditions.
14868
14923
14869
14924
*
Scheduler:
14870
14925
*
This version of {@code window} does not operate by default on a particular {@link Scheduler}.
@@ -14891,6 +14946,11 @@ public final Observable> window(ObservableSource boundary)
14891
14946
* ObservableSource.
14892
14947
14893
14948
*
14949
+
14950
+ * Note that ignoring windows or subscribing later (i.e., on another thread) will result in
14951
+ * so-called window abandonment where a window may not contain any elements. In this case, subsequent
14952
+ * elements will be dropped until the condition for the next window boundary is satisfied. The behavior is
14953
+ * a tradeoff for ensuring upstream cancellation can happen under some race conditions.
14894
14954
14895
14955
*
Scheduler:
14896
14956
*
This version of {@code window} does not operate by default on a particular {@link Scheduler}.
@@ -14922,6 +14982,11 @@ public final Observable> window(ObservableSource boundary,
14922
14982
* {@code closingIndicator} emits an item.
14923
14983
14924
14984
*
14985
+
14986
+ * Note that ignoring windows or subscribing later (i.e., on another thread) will result in
14987
+ * so-called window abandonment where a window may not contain any elements. In this case, subsequent
14988
+ * elements will be dropped until the condition for the next window boundary is satisfied. The behavior is
14989
+ * a tradeoff for ensuring upstream cancellation can happen under some race conditions.
14925
14990
14926
14991
*
Scheduler:
14927
14992
*
This version of {@code window} does not operate by default on a particular {@link Scheduler}.
@@ -14953,6 +15018,11 @@ public final Observable> window(
14953
15018
* {@code closingIndicator} emits an item.
14954
15019
14955
15020
*
15021
+
15022
+ * Note that ignoring windows or subscribing later (i.e., on another thread) will result in
15023
+ * so-called window abandonment where a window may not contain any elements. In this case, subsequent
15024
+ * elements will be dropped until the condition for the next window boundary is satisfied. The behavior is
15025
+ * a tradeoff for ensuring upstream cancellation can happen under some race conditions.
14956
15026
14957
15027
*
Scheduler:
14958
15028
*
This version of {@code window} does not operate by default on a particular {@link Scheduler}.
0 commit comments