Google Guava Predicates

In this post, we will learn about the useful static utility methods from the Google Guava Predicates class.

February 15, 2022

Predicate Chaining in Java

We have used a Predicate in a Java stream. This post covers the methods in Predicate class which allow us to do Predicate chaining in Java 8.

September 21, 2020