You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Part 3 - Taming the sequence/5. Time-shifted sequences.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,9 @@ The size of a collection here depends on how many values were emitted in that ti
54
54
55
55
#### buffer by count and time
56
56
57
-
You can use both a buffer size and a timespan to buffer values. The buffered values are emitted if either the buffer is full or if the time slot ends and a new one starts. Note that, as of the writting of this guide, the [marble diagram for this operator](https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/buffer6.png) is misleading, as it shows that a timespan resets if a buffer is emitted because it is full.
57
+
You can use both a buffer size and a timespan to buffer values. The buffered values are emitted if either the buffer is full or if the time slot ends and a new one starts.
0 commit comments