Java functional interfaces reference
This post is a quick reference on the built-in functional interfaces available in the Java API.
This is my collection of posts about programming.
In a previous post, I demonstrated how to compare JSON documents using Jackson and Gson, taking advantage of Java 8 streams and Guava for comparing the documents as flat maps. In this post, I approach the comparison of JSON documents from another perspective, using JSON-P, also known as Java API for JSON Processing.