

Scott Leberknight
Nov 11, 20165 min read
Towards More Functional Java - Digging into Nested Data Structures
In a previous blog we saw an example that used a generator combined with a filter to find the first available port in a specific range....


Scott Leberknight
Oct 11, 20166 min read
Towards More Functional Java using Generators and Filters
Last time we saw how to use lambdas as predicates, and specifically how to use them with the Java 8 Collection#removeIf method in order...


Scott Leberknight
Sep 12, 20164 min read
Towards More Functional Java using Lambdas as Predicates
Previously I showed an example that transformed a map of query parameters into a SOLR search string. The pre-Java 8 code used a...


Scott Leberknight
Aug 22, 20164 min read
Towards more functional Java using Streams and Lambdas
In a previous post I showed how the Java 7 try-with-resources feature reduces boilerplate code, but probably more importantly how it...