- Course
Java SE Deep Dive: Streams from Pipelines to Gatherers
The Stream API is an in-memory implementation of the map / filter / reduce pattern. This course will teach you about this API, from the basics to more advanced parts, and how you can use it to improve the quality of your code.
- Course
Java SE Deep Dive: Streams from Pipelines to Gatherers
The Stream API is an in-memory implementation of the map / filter / reduce pattern. This course will teach you about this API, from the basics to more advanced parts, and how you can use it to improve the quality of your code.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
The Stream API is your best tool in Java to process your data sequentially and in parallel. It implements the common map / filter / reduce pattern that allows you to write readable and easily maintainable code. In this course, Java SE Deep Dive: Streams from Pipelines to Gatherers, you will learn how you can transform your raw data into pieces of information. First, you will explore error handling and the map / filter / reduce implementation. Next, you will discover how it has been implemented in the Stream API. Finally, you will learn how to customize the API to fully suit your needs using gatherers and collectors. When you're finished with this course, you'll have the skills and knowledge needed to leverage the Stream API to produce the meaningful information you need to make informed decisions in your application.