ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,118 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,952 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,746 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,825 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,056 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,319 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,880 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

173,921 views

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

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

11 months 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,194 views

1 year ago

Chenna Tech Point
Java 8 Predicate, Consumer, Function & Supplier | Java 8 Coding Interview | Birlasoft java Interview

In this video explain you What is the use of Predicate, Consumer, Function & Supplier Functional Interface in java 8 Stream API ...

10:53
Java 8 Predicate, Consumer, Function & Supplier | Java 8 Coding Interview | Birlasoft java Interview

1,821 views

2 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,849 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,891 views

9 years ago

okay java
Java 8 predicate functional Interface |Java 8 Interview question|predicate joining |java 8 |okayjava

Java 8 predicate functional Interface |Java 8 Interview question|predicate joining |java 8 |okayjava what is functional interface?

28:39
Java 8 predicate functional Interface |Java 8 Interview question|predicate joining |java 8 |okayjava

2,775 views

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

5 years ago

Prakash IT
01-Predefined Functional Interface Introduction(java.util.function package) | Java 8 Tutorial

As Part of this video we have given the introduction to Predefined Functional Interface (java.util.function package) - Brief regarding ...

8:12
01-Predefined Functional Interface Introduction(java.util.function package) | Java 8 Tutorial

504 views

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

2 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

627 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,615 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

965 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,152 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

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

5,428 views

4 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,758 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,846 views

2 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

5,003 views

7 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

915,292 views

3 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,654 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

605 views

1 year ago