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
6,711 results
Hello So let's talk about method references We know something like that exist but are we using it Well probably sometimes So ...
14,842 views
6 months ago
"Story 57: Java Bhai's Shortcut for Serving Tea — Method References" explains the concept of method references in Java ...
14 views
4 months ago
Explore the `BiConsumer` and `Function` interfaces in Java to effectively use method references for getters and setters in your ...
0 views
8 months ago
Better testability, readability and debuggability with method references combining filters with Predicate.and() ...
1,089 views
11 months ago
Explore how method references work in Java, especially when invoking instance methods without using `new()`. Understand the ...
Explore how to design a flexible method in Java that takes any setter as a parameter using generics. Learn practical ...
Learn how to convert lambda expressions to method references in Java, specifically using `Integer::compareTo`. This guide ...
Learn how to effectively convert lambda expressions to method references in Java, using a practical example to eliminate ...
Method References in Java | Java 8 Feature | Java Tutorial What are Method References in Java? Introduced in Java 8, ...
444 views
3 months ago
Discover how to effectively utilize a `Java 8 Method Reference` with streams by following our step-by-step guide. Learn the best ...
Discover how to effectively pass method references as parameters in Java Stream operations by modifying your Processor class.
Discover how to resolve the syntax error when using method references in Java by understanding the proper syntax and structure.
2 months ago
Discover why using bounded method references in Java can lead to a `ClassCastException` and how it differs from calling ...
Explore the issue of Java method references and understand how to resolve the functional interface error using clear sections and ...
1 view
Explore the common pitfalls in Java 8 Streams, specifically the challenge of using `method referencing` in the collect method.
In this video, we delve into the concept of method references in Java, a powerful feature introduced in Java 8 that enhances the ...
Explore the concept of method references in Java. Learn whether creating a method reference from an anonymous class ...
In this short we will see how to write static method reference in Java. For detailed hands-on video, check ...
1,014 views
In this short we will see how to write arbitary instance method reference in Java. For detailed hands-on video, check ...
689 views
Discover why using method references in `Optional.ifPresent()` can lead to unexpected `ClassCastException` errors, even when ...