Nieuws

Java’s collections like arrays and lists are foundational building blocks. Functional programming techniques are at times the ideal way to work with these collections.
Anytime you have a collection of things you will need some mechanism to systematically step though the items in that collection. As an everyday example, consider the television remote control ...
Think you've nailed the basics of Java pattern matching? Keep learning with these Java pattern matching examples involving records, inferred types and generics.
Interested in Java functional programming? The first place you need to start, especially if you use the Streams API, is with this Java Function interface example.