stream.boxed

Stream.boxed: The `boxed` method in the Stream API converts a primitive stream (such as an IntStream or LongStream) into a stream of objects (such as Integer or Long). This method is useful when you need to work with objects instead of primitive values.

https://en.wikipedia.org/wiki/Java_version_history#JDK_8

stream.boxed.txt · Last modified: 2025/02/01 06:26 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki