Out of the box functional interfaces with Java 8
18th Oct 2021 by Aneesh Mistry

Java 8 functional interfaces

Functional interfaces are an important component to Java 8 in it's strive towards more functional programming styles to complement the Object-orientated language.

This video will look at 4 key functional interfaces provided in Java 8 to support Lambda functional writing. First we will look at why they are needed and how they work, then we will explore the extended functional interfaces such as the unary and binary operator.

YouTube video link


Share this post