Speaker
Infos
Wednesday, October 5 2022
11:30 - 12:15
11:30 - 12:15
Description
Pattern matching is already known to Java Developers. Over time, the Java language has expanded its pattern matching capabilities from just matching strings to matching object types. The introduction of Records and Sealed Classes in previous Java versions is just part of the story. In this talk, we will discuss the need and usage of pattern matching. We will uncover this feature, which is going to be most helpful for developers going forward. We will discuss the origin of this feature from Project Amber and learn about the new features introduced so far.