The updated switch expression (not a statement anymore) has already been around since Java 14. However, it only allowed you to match on constant values.

The updated switch expression (not a statement anymore) has already been around since Java 14. However, it only allowed you to match on constant values.