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: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -245,6 +245,13 @@ Note that above you don't need to worry about closing `entry.getInputStream()` b
245
245
You must process the emissions of `ZippedEntry` synchronously (don't replace the `concatMap()` with a `flatMap(... .subscribeOn(Schedulers.computation())` for instance. This is because the `InputStream` of each `ZippedEntry` must be processed fullly (which could mean ignoring it of course) before moving on to the next one.
246
246
247
247
248
+
Transformers.orderedMerge
249
+
--------------------------
250
+
To merge two streams in order (according to a `Comparator`):
0 commit comments