Replies: 1 comment
-
|
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Kilo 5.3.5 adds two new methods to the
Streamsclass:The first offers a less verbose alternative to the
java.util.stream.StreamSupport#stream()method:It also provides an alternative to the now-deprecated
ResultSetAdapter#stream()method:The second version is provided for consistency and simply delegates to
java.util.Collection#stream().Beta Was this translation helpful? Give feedback.
All reactions