Class StreamGatherersSecondPreviewNotes
java.lang.Object
net.jrodolfo.java_evolution.java23.stream_gatherers.StreamGatherersSecondPreviewNotes
Explains Stream Gatherers as a Java 23 second preview feature.
Streams had many built-in intermediate operations, but custom intermediate operations such as windowing, scanning, and batching were hard to express. Gatherers provide an extension point for those transformations.
-
Constructor Details
-
StreamGatherersSecondPreviewNotes
public StreamGatherersSecondPreviewNotes()
-
-
Method Details
-
problemSolved
-
java22Connection
-
java23Status
-
nextStep
Points learners to the final Java 24 example.- Returns:
- a short next-step note
-
status
-