Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Java Lambdas and Parallel Streams

Posted By: hill0
Java Lambdas and Parallel Streams

Java Lambdas and Parallel Streams by Michael Müller
English | 18 Dec. 2016 | ISBN: 1484224868 | 104 Pages | EPUB | 706.58 KB

This compact book introduces the concepts of Java lambdas and parallel streams in a concise form. It begins by introducing new supporting features such as functional interfaces, default methods and more. After this, the author demonstrates how streams can be parallelized in a very simple way―within certain limits, no knowledge about the thread management is needed. Nevertheless, some basic elements in the context of parallelism need to be considered. Here, the book provides a variety of information and best practices.
What You Will Learn
Master lambdas and streams
Work with the default method
Harness streams and the stream() function
Use Stream and Spliterator
Take advantage of parallel streams
Work with collectors and concurrency
Who This Book Is For
Experienced Java programmers and developers.