Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
1,066 results
Functional Interface Lambda Expression in Java Primitive & Compose functions & Diamond problem.
7 views
4 weeks ago
Are functional interfaces actually overrated… or do we just misunderstand how they work with lambdas? In this video, I break ...
92 views
2 weeks ago
In 2014, JDK 8 introduced the Stream API, bringing a taste of functional programming to Java. 11 years later, in 2025, with the ...
173 views
8 days ago
Stop writing verbose anonymous classes! PREDICATE: Stream filtering like a PRO FUNCTION: Data transformation pipelines ...
5 views
4 days ago
Learn why Java's functional interfaces allow calling methods seemingly without explicit definitions, explained with lambda ...
0 views
A Functional Interface is an interface with only one abstract method, used mainly with Lambda Expressions and Streams API in ...
58 views
3 weeks ago
Practicing functional programming inside a Fortune 100 enterprise can feel like flying the Starship Enterprise through asteroid ...
205 views
Functional Programming in Java with this concise tutorial. We guide you through essential Java 8 features, including Lambda ...
38 views
10 days ago
Java #FunctionalInterface #JavaInterview #JavaDeveloper #JavaProgramming #LambdaExpressions #TechShorts ...
267 views
In this video, we explain Functional Interface and Lambda Expression in Java with simple, easy-to-understand examples.
37 views
5 days ago
In this video, we compare List vs Set vs Map in Java and explain how they differ within the Java Collection Framework. You'll get a ...
367 views
Finalizer callback uh like I said that should be a functional interface with one method that will void and let's call it phito no ...
17 views
6 days ago
227 views
Panel: Functional Programming And the Real World with Dimi Racordon, Evan Czaplicki, Martin Odersky & Ralf Jung.
368 views
1 month ago
In this video, you will learn Functional Interfaces in Java in a very simple and clear way. What is a Functional Interface? Why ...
2 days ago
A functional interface is an interface with exactly one abstract method. It enables lambda expressions and powers Java 8 features ...
199 views
This video explains how a Java lambda function/expression is internally invoked by the JVM. It also explains method references ...
3,987 views
Most developers think @FunctionalInterface is required… but NO! An interface can still be a Functional Interface without the ...
271 views
Day 1 of 100 Days • 100 Java Interview Questions In this video, we explain What is an Interface in Java, why interfaces are ...
6 views
Since Java 8, the Stream API has been a valuable tool for Java developers. However, our hunt for better solutions has often left us ...