If playback doesn't begin shortly, try restarting your device.
•
You're signed out
Videos you watch may be added to the TV's watch history and influence TV recommendations. To avoid this, cancel and sign in to YouTube on your computer.
CancelConfirm
Share
An error occurred while retrieving sharing information. Please try again later.
15,320 views • Jan 30, 2021 • #CleanCode #Java #Streams
Show less
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:
…...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: