ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,121 results

Java Guides
Java 8 Consumer, Supplier, Function and Predicate Interface with Example

In this video tutorial, we will learn a few import pre-defined functional interfaces with lambda expression examples. In order to ...

36:14
Java 8 Consumer, Supplier, Function and Predicate Interface with Example

19,908 views

5 years ago

Java Techie
Java -8 Consumer , Supplier & Predicate Interface With Example | Java Techie

This video explain you how What is the use of Consumer , Supplier and Predicate Functional Interface in java 8 Stream ...

26:44
Java -8 Consumer , Supplier & Predicate Interface With Example | Java Techie

144,450 views

6 years ago

CoderGrammer
Java :: Function vs Supplier vs Consumer :: Functional Programming

In this video I take a look at the difference between the three main functional interfaces in Java: Function, Supplier and Consumer ...

10:20
Java :: Function vs Supplier vs Consumer :: Functional Programming

17,721 views

3 years ago

TrendingCode
Functional Interface - Java 8 Tutorial | Predicate, Consumer, Function & Supplier

Explained about the working of Functional Interfaces introduced in Java 8. There are 4 types of functional interfaces introduced in ...

10:49
Functional Interface - Java 8 Tutorial | Predicate, Consumer, Function & Supplier

79,205 views

5 years ago

Aneesh Mistry
New to Java 8: Functional Interfaces (Function, Consumer, Predicate, Supplier) - Tutorial

Functional interfaces are an important component to Java 8 in it's strive toward more functional programming styles to complement ...

9:25
New to Java 8: Functional Interfaces (Function, Consumer, Predicate, Supplier) - Tutorial

4,030 views

4 years ago

CodeSnippet
Exploring Default Functional Interfaces in Java Streams| Consumer, Supplier, Function, and Predicate

Description: "Dive into the world of functional programming with Java's default functional interfaces – Consumer, Supplier, ...

5:47
Exploring Default Functional Interfaces in Java Streams| Consumer, Supplier, Function, and Predicate

3,803 views

1 year ago

Telusko
#73 Functional Interface New in Java

Check out our courses: Java Spring Boot AI Live Course: https://go.telusko.com/JavaSpringBootAI Coupon: TELUSKO20 (20% ...

3:34
#73 Functional Interface New in Java

172,633 views

2 years ago

People also watched

TodoCode
THREADS (Hilos) y CONCURRENCIA en Java ☕| Explicación FÁCIL 💥

Clase completa sobre el uso de THREADS o Hilos en Java! ☕ Curso completo de Java: ...

19:31
THREADS (Hilos) y CONCURRENCIA en Java ☕| Explicación FÁCIL 💥

29,087 views

1 year ago

Code Overdose
Microservices with Kafka: ECommerce Example (.NET 8)

In this project, I will create a sample e-commerce app using .NET 8. The frontend will be built with Blazor Web App, and the ...

34:51
Microservices with Kafka: ECommerce Example (.NET 8)

27,022 views

1 year ago

Java Made Easy
What Are Predicates In Java 8 Video

Predicates in Java 8 are used to separate out conditions or filters applied to collections of objects. Predicate is a Functional ...

28:02
What Are Predicates In Java 8 Video

19,521 views

9 years ago

TodoCode
🚀 INTERFACES en JAVA | 🤔| Programación Orientada a Objetos 🖥️ | Explicación FÁCIL 2023 | #10

En la clase de hoy vamos a ver lo que son las interfaces en la programación orientada a objetos en #Java! Como siempre con ...

15:57
🚀 INTERFACES en JAVA | 🤔| Programación Orientada a Objetos 🖥️ | Explicación FÁCIL 2023 | #10

141,166 views

4 years ago

Coding with Aman
Java Multithreading Crash Course – Quick Revision for Interviews | Important Interview Topics!

Are you preparing for a Java interview and need a quick but comprehensive revision of Multithreading and Concurrency?

1:25:55
Java Multithreading Crash Course – Quick Revision for Interviews | Important Interview Topics!

46,555 views

11 months ago

Payilagam
Java in Tamil - New Features - Default Methods, Static Methods, Predicates in Tamil

Document to practice: https://payilagam.com/java/java-new-features-default-static-methods-in-interface-predicates/ In This Java in ...

36:32
Java in Tamil - New Features - Default Methods, Static Methods, Predicates in Tamil

13,128 views

Streamed 2 years ago

Java Web Development
Supplier and Consumer classes

For full course, source codes and practices: https://www.udemy.com/java-8-core-training-/?

7:52
Supplier and Consumer classes

9,887 views

9 years ago

SJ Programming Solutions
#functionalinterface #java8 Functional Interface in Java8 | Function | Supplier| Predicate |Consumer

What is Functional Interface in java ? The interface which contains only one abstract method is known as functional interface.

36:57
#functionalinterface #java8 Functional Interface in Java8 | Function | Supplier| Predicate |Consumer

1,104 views

3 years ago

JRH
Java Interface Explained

Java Interface Tutorial, starting with fundamentals: what is an interface in Java, how do we create one, and why should you care?

11:18
Java Interface Explained

11,761 views

1 year ago

TodoCode
🚀 Getters and Setters in Java | 🤔| Object-Oriented Programming with Java 🖥️ | Easy Explanation 20...

💥 SUPPORT THE CHANNEL 💥 💖 Buy me a tereré from Argentina (MercadoPago): https://cafecito.app/todocode 💖 Argentine Bank ...

14:32
🚀 Getters and Setters in Java | 🤔| Object-Oriented Programming with Java 🖥️ | Easy Explanation 20...

172,097 views

4 years ago

InvolveInInnovation
Consumer, Predicate, Supplier and its variants in java.util.function package, Advanced JAVA-2

List of functional interfaces in the java.util.function with example Consumer BiConsumer DoubleConsumer IntConsumer ...

23:03
Consumer, Predicate, Supplier and its variants in java.util.function package, Advanced JAVA-2

623 views

4 years ago

Engineering Digest
Mastering Java 8 Predicates: AND, OR, and isEqual Explained with Examples

Get 1 to 1 coaching with me: https://topmate.io/engineeringdigest Donate: https://paypal.me/engineeringdigest Perks: ...

17:07
Mastering Java 8 Predicates: AND, OR, and isEqual Explained with Examples

42,100 views

2 years ago

Durga Software Solutions
Java 8 | |  Comparison Table of Predicate,Function,Consumer and Supplier || by Durga Sir

Oracle Java Certification: Shortest Way To Crack OCA 1Z0-808 Just @ Rs 640/- ...

7:29
Java 8 | | Comparison Table of Predicate,Function,Consumer and Supplier || by Durga Sir

959 views

7 years ago

Telusko
Consumer Interface in Java 8

Consumer Interface java.util.function.Consumer accept(Type obj) Check out our courses: AI Powered DevOps with AWS - Live ...

9:54
Consumer Interface in Java 8

234,009 views

9 years ago

Coding & Fun
predicate consumer supplier java 8

An Interface that contains exactly one abstract method is known as functional interface. It can have any number of default, static ...

8:20
predicate consumer supplier java 8

306 views

5 years ago

Faycal AZIB
25- Predicate Predefined Functional Interface in Java 8 (Part 1)

... java 8 tutorial, predicate javascript, predicate java 8 example, predicate in java 8 by durga, predicate consumer supplier java 8, ...

5:43
25- Predicate Predefined Functional Interface in Java 8 (Part 1)

62 views

5 years ago

Crack Coding
#4 JAVA 8 Predefined Functional Interfaces || Predicate | Consumer | Function | Supplier | #java8

4 JAVA 8 Predefined Functional Interfaces || Predicate | Consumer | Function | Supplier | #java8 #functionalinterface #java #java8 ...

16:33
#4 JAVA 8 Predefined Functional Interfaces || Predicate | Consumer | Function | Supplier | #java8

3,707 views

2 years ago

Engineering Digest
Supplier Interface in Java 8 with Examples

Get 1 to 1 coaching with me: https://topmate.io/engineeringdigest Donate: https://paypal.me/engineeringdigest Perks: ...

5:34
Supplier Interface in Java 8 with Examples

22,608 views

2 years ago

Coding with John
Lambda Expressions in Java - Full Simple Tutorial

Full tutorial for Lamba expressions in Java. Complete Java course: https://codingwithjohn.thinkific.com/courses/java-for-beginners ...

13:05
Lambda Expressions in Java - Full Simple Tutorial

912,464 views

3 years ago

EnggAdda
Functional Interfaces of Java 8 | Consumer | Supplier | Predicate | Function

Functional Interfaces of Java 8 | Consumer | Supplier | Predicate | Function Join this channel to get access to perks: ...

1:20:50
Functional Interfaces of Java 8 | Consumer | Supplier | Predicate | Function

600 views

1 year ago

CoderGrammer
Java Predicates - You're Using them WRONG!

Java Predicate the generic typed functional interface - Predicates are a conditional functional interface used to evaluate a ...

7:38
Java Predicates - You're Using them WRONG!

2,626 views

3 years ago

Durga Software Solutions
Java 8 || Predefined Functional Interface:Predicate,Function,Consumer,Supplier On 15-07-2018

Oracle Java Certification: Shortest Way To Crack OCA 1Z0-808 Just @ Rs 640/- 1. For Java SE 8 Programmer I Exam 2.

2:11:53
Java 8 || Predefined Functional Interface:Predicate,Function,Consumer,Supplier On 15-07-2018

4,996 views

7 years ago