Video description
- Write functional interfaces for defining lambdas
- Master lambda syntax for implementing anonymous functions
- Create streams associated with data sources
- Process data through stream operations
- Use method references for simplifying lambda expressions
- Discover parallel and sequential streams and how they differ
Publisher resources
Table of contents
- Overview 00:01:42
- Design of Functional Interfaces 00:04:40
- Lambda Syntax 00:07:11
- Stream Processing 00:07:07
- Creating Streams 00:04:54
- Collectors 00:06:08
- Filter / Map / Reduce 00:13:24
- forEach 00:05:18
- Method References 00:05:17
- Sequential vs Parallel Streams 00:05:24
Product information
- Title: Java Lambdas and the Stream API: Bringing Functional Programming to Java
- Author(s):
- Release date: November 2019
- Publisher(s): Apress
- ISBN: 9781484255940
You might also like
video
Advanced Java Development
You’re a junior developer with a couple of years of Java under your belt and you’ve …
video
Java 8 Lambdas and Streams
In this Java 8 Lambdas and Streams training course, expert author Madhusudhan Konda will teach you …
video
Core Java 11 Fundamentals, Second Edition
10 Hours of Video Instruction Overview Core Java® has long been recognized as the leading, no-nonsense …
video
Understanding Java 8 Generics
Java 5 introduced generics capabilities to the language, and for most developers, simply knowing that collections …