Sign in to confirm you’re not a bot
This helps protect our community. Learn more
Functional Interfaces and Lambda Expressions in Java with Examples | Geekific
483Likes
15,320Views
2021Jan 30
Discord Community:   / discord   GitHub Repository: https://github.com/geekific-official/ Java 8 brought a ton of new features with it. One of these features is a powerful new syntactic improvement in the form of lambda expressions. A lambda, is an anonymous function defined at the level of special interfaces. These interfaces are what we call functional interfaces. In this video, we dive in the most important functional interfaces provided by Java, and come up with multiple examples for each of them. Timestamps: 00:00 Introduction 02:00 The Function Interface 03:29 The "andThen" default method 04:19 The "compose" default method 04:45 Specialized Function Interfaces 05:54 The BiFunction Interface 07:33 The Predicate Interface 09:53 The Supplier and Consumer Interfaces 12:36 Operators 14:40 Creating your own Functional Interface 14:57 Thanks for Watching! If you found this video helpful, check other Geekific uploads: #Geekific #FunctionalInterfaces #Streams #Java #CleanCode

Follow along using the transcript.

Geekific

41.5K subscribers