Package net.jrodolfo.java_evolution.java22
package net.jrodolfo.java_evolution.java22
Examples for features introduced in Java 22.
Java 22 finalized unnamed variables and patterns for intentionally ignored
values, the Foreign Function and Memory API for native interoperation, and
multi-file source-code launching. It also previewed statements before
super(...), Stream Gatherers, the Class-File API, scoped values, and
structured concurrency.
-
ClassDescriptionDemonstrates unnamed variables and patterns, finalized in Java 22.Small functional interface used to demonstrate an ignored lambda parameter.