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
I have discovered that, invoking Single.zip with an empty Iterable will not call given zipper function. Is this behavior by design? I would expect that the zipper function would be called with an empty object-array.
It must be at least explicitely mentioned in the documentation. Otherwise there is a lot of confusion, because developers interpret the current javadoc as: "empty Iterable -> empty Array". This is very unfortunate, because an empty Iterable becomes a corner case, which does not always happen, but when it does, nothing happens.
I have discovered that, invoking Single.zip with an empty Iterable will not call given zipper function. Is this behavior by design? I would expect that the zipper function would be called with an empty object-array.
Used version: 2.1.7
The text was updated successfully, but these errors were encountered: