javaadvent.com
Functional Data Structures in Java 8 with Javaslang - JVM Advent
Java 8’s lambdas (λ) empower us to create wonderful API’s. They incredibly increase the expressiveness of the language. Javaslang leveraged lambdas to create various new features based on functional patterns. One of them is a functional collection library that is intended to be a replacement for Java’s standard collections. (This is just a bird’s view, […]
Daniel Dietrich