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 know this is probably many changes, but it will make the code easier to use with Java streams.
I'm doing data analysis with this library, so I'm using streams extensively. You cannot throw checked exceptions in streams. What could be an elegant one liner becomes and ugly 5 line try-catch block.
The text was updated successfully, but these errors were encountered:
I know this is probably many changes, but it will make the code easier to use with Java streams.
I'm doing data analysis with this library, so I'm using streams extensively. You cannot throw checked exceptions in streams. What could be an elegant one liner becomes and ugly 5 line
try-catch
block.The text was updated successfully, but these errors were encountered: