Intersection and Union types with Java and Scala
This is the third post by Magnus Smith in a series exploring types and type systems with Java. In this blog, he dives deep into Intersection and union types, exploring how they're implemented in the latest versions of Java 23 and Scala 3.6.

Magnus Smith