This project explore the basics of lambdas and streams, two of the most commonly used examples of functional programming in Java which tends to be more concise and predictable than its object-oriented counterpart.
- Java 11+
- IntelliJ IDEA / Netbeans / Eclipse
- Lambdas
- Streams (+ extra parallel unit testing)