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.4 introduces a new
Streamsclass that defines a singletoType()method:This method is primarily intended to simplify result set processing code like the following:
It also serves as a convenient and more flexible alternative to the now-deprecated
BeanAdapter#coerceList()method.As with the methods in
CollectionsandOptionals,toType()is meant to be statically imported for maximum readability.Beta Was this translation helpful? Give feedback.
All reactions