Google Guava Functions

In this post, we will learn about the Google Guava Functions utility class which has static utility methods to work on Function instances.

February 21, 2022

Functional Interfaces in Java – Functions

In this post, we will learn about the functional interface in Java for functions present as part of the java.util.function namespace.

June 6, 2021

Function Chaining in Java

A Function is primarily used along with the map operation on a Java stream. In this post, we will learn about Function chaining in Java 8.

September 29, 2020