ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

99,415 results

Java
Better Java Streams with Gatherers - JEP Cafe #23

This JEP Café explains what Gatherers are, as a new addition to the Java 8 Stream API, introduced in the JDK 24. It goes through ...

1:13:32
Better Java Streams with Gatherers - JEP Cafe #23

46,709 views

1 year ago

Java
Better Java Streams with Gatherers - Inside Java Newscast #57

Java's stream API needs more intermediate operations but instead of implementing some of them, Stream::gather, a new ...

8:56
Better Java Streams with Gatherers - Inside Java Newscast #57

16,561 views

2 years ago

Geekific
Java Stream API Explained with Examples | Java Streams | Java 8 Lambda Tutorial | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In this video we cover ...

20:26
Java Stream API Explained with Examples | Java Streams | Java 8 Lambda Tutorial | Geekific

14,136 views

4 years ago

Will Tollefson
Java's Stream API Explained - Java Programming

In this video, we'll talk about the stream API in Java. We'll cover what a stream pipeline is as well as intermediate vs terminal ...

16:54
Java's Stream API Explained - Java Programming

2,066 views

2 years ago

Devoxx
Get a Taste of Lambdas and Get Addicted to Streams by Venkat Subramaniam

Please subscribe to our YouTube channel @ https://bit.ly/devoxx-youtube Like us on Facebook ...

2:46:53
Get a Taste of Lambdas and Get Addicted to Streams by Venkat Subramaniam

489,652 views

10 years ago

Will Tollefson
How to Really Debug Java Streams - Java Programming

In this video, we'll talk about how you can debug a Java stream pipeline easily using IntelliJ. Since stream pipelines can be ...

9:26
How to Really Debug Java Streams - Java Programming

1,587 views

2 years ago

JirAWS
Learn Java - Discover the STREAMS Interface (AnyMatch / Filter / Collectors...)

In this theoretical & practical tutorial, discover the STREAMS Interface in Java 8 and + (Lambda functions). No more lengthy ...

11:00
Learn Java - Discover the STREAMS Interface (AnyMatch / Filter / Collectors...)

32,816 views

5 years ago

Java
Deep Dive into Gatherers - JEP Cafe #24

This JEP Café takes you through everything you can do with Gatherers, added to JDK 24 and available in JDK 25, the version you ...

49:32
Deep Dive into Gatherers - JEP Cafe #24

7,441 views

1 month ago

The Dev World - by Sergio Lema
Use the Java 8 Streams EASILY

Introduction to the Java 8 Streams with examples. In this video, I will describe: * the intermediary operations of the Streams; * the ...

15:47
Use the Java 8 Streams EASILY

905 views

5 years ago

Will Tollefson
Java Network Sockets + Virtual Threads = Cool!

In this video we'll cover SOCKET PROGRAMMING in JAVA. We'll touch on both SINGLE and MULTITHREADED server ...

26:54
Java Network Sockets + Virtual Threads = Cool!

6,774 views

1 year ago

Java
How to Filter A #Java Stream By Type #IJN

With all that more direct handling of types, I noticed that my need to filter streams by type has increased. So given a stream of ...

0:58
How to Filter A #Java Stream By Type #IJN

6,624 views

1 year ago

Dan Vega
How to Level Up Your Java Streams with JDK 24's New Gatherers Feature (Practical Tutorial)

Tired of writing hard-to-read stream code for complex data transformations? JDK 24's new Stream Gatherers feature is about to ...

30:49
How to Level Up Your Java Streams with JDK 24's New Gatherers Feature (Practical Tutorial)

12,046 views

9 months ago

makigas
Input and Output Streams in Java – Java IO Course

In Java, input and output are controlled by streams, which are like conveyor belts that push bytes from the outside world into ...

6:32
Input and Output Streams in Java – Java IO Course

3,754 views

3 years ago

Will Tollefson
Are You Using Java's Parallel Streams Correctly? - Java Programming

In this video, we'll cover the differences between sequential and parallel streams in Java as part of Java's Stream API. Parallel ...

13:34
Are You Using Java's Parallel Streams Correctly? - Java Programming

11,704 views

2 years ago

WriteCodeWith Prince
#java8 #stream #api Master Stream API | Java Stream API in one video | All basics step by step

In this video, we are going to learn all the basics concepts of java 8 Stream API step by step. I am going to explain each and every ...

1:04:53
#java8 #stream #api Master Stream API | Java Stream API in one video | All basics step by step

320 views

4 years ago

Aliens Tech
Loop Numbers using Java Streams API #java8

If you're using Java Streams, you can loop over numbers in various ways using #IntStream. #Java #Java8 #Streams.

0:28
Loop Numbers using Java Streams API #java8

519 views

9 months ago

Confluent
Apache Kafka 101: Kafka Streams (2023)

TRY THIS YOURSELF: https://cnfl.io/kafka-101-module-1 Learn about Kafka Streams, a stream-processing Java API.

8:20
Apache Kafka 101: Kafka Streams (2023)

135,136 views

5 years ago

Code With GoldenCat
Day-24 | Java Stream API | JAVA Tutorial | JAVA Full Course

Day-24 | Java Stream API | JAVA Tutorial | JAVA Full Course Dive into the Java Stream API with our comprehensive tutorial!

12:33
Day-24 | Java Stream API | JAVA Tutorial | JAVA Full Course

368 views

1 year ago

Prototype Project
Java 8 tutorial 15 (Streams) - map, filter, forEach,  & toArray Stream methods

03:10 What is the difference between the stream and parallelStream default methods added to the Collection interface in Java 8?

10:55
Java 8 tutorial 15 (Streams) - map, filter, forEach, & toArray Stream methods

13,040 views

11 years ago

Prototype Project
Java 8 tutorial 14 (Streams) - Ways of obtaining a Stream

02:20 How to obtain a Stream from a List? 03:05 How to obtain a Stream from a Map using the entrySet method? 03:20 How to ...

10:03
Java 8 tutorial 14 (Streams) - Ways of obtaining a Stream

14,488 views

11 years ago

Geekific
Java Streams anyMatch() vs allMatch() vs noneMatch() in 1 min | #geekific #streams #in1min

Our Discord, GitHub repo, and socials: https://linktr.ee/geekific.

1:08
Java Streams anyMatch() vs allMatch() vs noneMatch() in 1 min | #geekific #streams #in1min

1,709 views

3 days ago

Aliens Tech
Iterating Numbers into a List using Java Stream #java8

You can iterate numbers into a List using Java Streams. Use filter() to apply conditions . Finally, collect the results using Collectors ...

0:30
Iterating Numbers into a List using Java Stream #java8

90 views

9 months ago

TechGuru-RealTime
java streams | java 8 streams | functional interface

java streams | java 8 streams | functional interface | java serial streams | java parallel streams.

16:16
java streams | java 8 streams | functional interface

21 views

1 year ago

IntelliJ IDEA, a JetBrains IDE
IntelliJ IDEA Pro Tips: Debugging Java Streams

Let's take a look at how to visualize stream operations in IntelliJ IDEA; this is especially helpful when you need to debug streams.

1:41
IntelliJ IDEA Pro Tips: Debugging Java Streams

25,504 views

3 years ago

Bro Code
Java lambda λ

java lambda tutorial example explained #java #lambda #tutorial.

18:00
Java lambda λ

119,224 views

5 years ago