ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,130 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,926 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,607 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,773 views

3 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,043 views

4 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,263 views

5 years ago

Coders Campus
Short lesson on Java Predicate Functional Interface
2:27
Short lesson on Java Predicate Functional Interface

5,416 views

4 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,294 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,477 views

4 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,889 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,483 views

4 years 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,104 views

1 year 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,786 views

2 years ago

codippa
Java 8 Predicate tutorial | Learn java 8 predicate with example

java #javaprogramming #java8 #javatutorial #javaforbeginners #javadeveloper #javadevelopers #javaprograming Learn what is ...

5:32
Java 8 Predicate tutorial | Learn java 8 predicate with example

14,978 views

5 years 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

Devoxx
Java annotation processing magic for muggles by Álvaro Sánchez Mariscal Arnaiz

Annotations, introduced in Java 5 two decades ago, have revolutionised how we develop Java applications. Traditional ...

46:26
Java annotation processing magic for muggles by Álvaro Sánchez Mariscal Arnaiz

2,715 views

10 months ago

Dr. Seán Kennedy
Java Predicate Interface Tutorial

Hi everyone, this is a tutorial on the Predicate functional interface and how is applies to lambda expressions.

6:24
Java Predicate Interface Tutorial

869 views

5 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,841 views

1 year 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

624 views

4 years 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

173,320 views

2 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,359 views

2 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,088 views

9 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

961 views

7 years 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,641 views

3 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

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,724 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,733 views

2 years ago

Naveen AutomationLabs
Java 8 - Functional Interfaces -Predicate, Function, BinaryOperator,UnaryOperator, Supplier-Consumer

In this video, I have explained about : JDK 8 Functional Interfaces - Predicate, Function, BinaryOperator, UnaryOperator, Supplier, ...

58:50
Java 8 - Functional Interfaces -Predicate, Function, BinaryOperator,UnaryOperator, Supplier-Consumer

23,197 views

5 years ago