Scala Pattern Matching, from a Java developer perspective. Part 2.
This is the second part of a series of articles about pattern matching in Scala. In the first part we’ve covered literal pattern matching, matching against different data types and matching on case classes. We’ve decompiled (in Java) the byte code created by Scala just to have a better understanding of the things that happen …
Read More Scala Pattern Matching, from a Java developer perspective. Part 2.