ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,476,734 results

Related queries

method reference in java

predicate in java 8

java functional programming

java supplier

consumer in java 8

lambda expressions in java

functional interface in java

anonymous class in java

java streams

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,602 views

3 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

909,078 views

3 years ago

Douglas Schmidt
The Java Consumer Functional Interface

This video describes the Consumer functional interface in Java explains howit can be used in conjunction withlambda ...

4:08
The Java Consumer Functional Interface

212 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

233,767 views

9 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,037 views

5 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

170,684 views

2 years ago

People also watched

JirAWS
Learn Java #1 Object, Class and Inheritance

Episode N°1 - "Learning Java" - We discuss the notions of Object, Class and Inheritance in Java. In this tutorial on will try ...

12:59
Learn Java #1 Object, Class and Inheritance

350,195 views

5 years ago

Jonas Keil
Generics in Java: ALL Concepts in 20 min (Full Tutorial) - Learn Java Programming - 52

Generics in Java include wildcards, type constraints, upper and lower bounds, and recursive generics, and they're certainly ...

18:41
Generics in Java: ALL Concepts in 20 min (Full Tutorial) - Learn Java Programming - 52

3,691 views

9 months ago

Chris Blakely
Build & Deploy a Production-Ready Patient Management System with Microservices: Java Spring Boot AWS

Build More features - https://www.codejackal.com Join the Code Jackal Discord – Connect with devs & get help!

11:58:23
Build & Deploy a Production-Ready Patient Management System with Microservices: Java Spring Boot AWS

425,561 views

9 months ago

Alpha Brains Courses
Apache Kafka Complete Course - Build Real-Time Data Pipelines (Full Tutorial for Beginners)

Apache Kafka Complete Course - Beginner to Advanced Master Apache Kafka from scratch in this 4+ hour hands-on course.

3:49:08
Apache Kafka Complete Course - Build Real-Time Data Pipelines (Full Tutorial for Beginners)

649 views

8 days ago

Coding with John
Optionals In Java - Simple Tutorial

Full tutorial on Optionals in Java! Thanks to FlexiSpot for sponsoring! 🖥️ Get your coupon code for an extra $30 OFF through my ...

15:53
Optionals In Java - Simple Tutorial

260,340 views

3 years ago

Dan Vega
Java Method References - A Beginner's Guide

Discover the power of Java Method References in this beginner-friendly guide! Learn how to write cleaner, more expressive code ...

12:59
Java Method References - A Beginner's Guide

13,310 views

1 year ago

Do Some Dev
Java LinkedBlockingQueue

Want to store elements in a collection without worrying about order and having fantastic performance? Meet the Java ...

11:04
Java LinkedBlockingQueue

589 views

1 year ago

Ankit Wasankar
14. "Function" Functional Interface - Java Interview

java #interviewquestions #webencyclop In this playlist I will try to cover all the important java interview questions along with ...

5:58
14. "Function" Functional Interface - Java Interview

3,684 views

2 years ago

Will Tollefson
Introduction to Java Semaphores - Java Programming

In this video, we'll talk about how semaphores are used in Java. We'll also spend a little bit of time talking about semaphores vs ...

15:23
Introduction to Java Semaphores - Java Programming

18,033 views

2 years ago

Java Vision
Шаблоны Java  Producer Consumer

Описывает Шаблон проектирования Producer Consumer и пример его реализации на java. Необходим кода имеется ...

28:28
Шаблоны Java Producer Consumer

4,028 views

8 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

3,996 views

4 years ago

Geekific
Mastering Java BlockingQueue | Producer-Consumer Explained with Real Examples | Geekific

Why do developers rely so heavily on BlockingQueue in Java? In this video, we dive into one of the most powerful tools from the ...

6:21
Mastering Java BlockingQueue | Producer-Consumer Explained with Real Examples | Geekific

807 views

1 month ago

Jonas Keil
Functional Interfaces in Java | Functional Programming in Java #2

Functional interfaces form the basis of functional programming in Java. In this video, I'll show you everything you need to ...

21:17
Functional Interfaces in Java | Functional Programming in Java #2

18,576 views

3 years ago

IT Gift
Multithreading (Java). Producer - Consumer

Multithreading #Java #Producer #Consumer.

5:20
Multithreading (Java). Producer - Consumer

68 views

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

6 years ago

JavaWithMeennu
Functional Interface Consumer Java 8

In Java 8, the Consumer functional interface is part of the java.util.function package, and it represents an operation that takes in a ...

7:49
Functional Interface Consumer Java 8

74 views

2 years ago

TrendingCode
Producer Consumer Problem In Java Using Wait And Notify | Producer consumer Problem In Java

In this tutorial i have explained how we can create producer consumer problem in java using wait and notify. This is an important ...

13:05
Producer Consumer Problem In Java Using Wait And Notify | Producer consumer Problem In Java

23,187 views

5 years ago

Geekific
Functional Interfaces and Lambda Expressions in Java with Examples | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Java 8 brought a ton of ...

15:06
Functional Interfaces and Lambda Expressions in Java with Examples | Geekific

17,836 views

4 years ago

Jakob Jenkov
Java BlockingQueue

The Java BlockingQueue interface represents a queue which can block threads inserting elements into the queue if the ...

17:48
Java BlockingQueue

49,899 views

4 years ago

DevDojo
196 - Lambdas pt 02 - Consumer

O Maratona Java Virado no Jiraya é o único curso que você vai precisar para aprender Java. São mais de 250 aulas onde nós ...

5:19
196 - Lambdas pt 02 - Consumer

5,002 views

4 years ago

Telusko
13.8 Multithreading InterThread Communication | Producer Consumer

In computer science, a thread of execution is the smallest sequence of programmed instructions that can be managed ...

17:10
13.8 Multithreading InterThread Communication | Producer Consumer

369,208 views

9 years ago

Defog Tech
Java Concurrency Interview: Implement Producer Consumer pattern using wait-notify

Implementing Producer Consumer using BlockingQueue, Locks/Conditions and Wait-Notify. Important: The last part about using ...

11:19
Java Concurrency Interview: Implement Producer Consumer pattern using wait-notify

152,447 views

6 years ago

Ankit Wasankar
13. "Consumer" Functional Interface - Java Interview

java #interviewquestions #webencyclop In this playlist I will try to cover all the important java interview questions along with ...

4:10
13. "Consumer" Functional Interface - Java Interview

3,182 views

2 years ago

Jakob Jenkov
Producer Consumer Pattern - With Java Example

The Producer Consumer Pattern is a work load distribution pattern where the number of worker threads is decoupled from the ...

19:50
Producer Consumer Pattern - With Java Example

34,500 views

4 years ago