Java Lambdas and Parallel Streams von Michael Müller | ISBN 9781484224861

Java Lambdas and Parallel Streams

von Michael Müller
Buchcover Java Lambdas and Parallel Streams | Michael Müller | EAN 9781484224861 | ISBN 1-4842-2486-8 | ISBN 978-1-4842-2486-1

Java Lambdas and Parallel Streams

von Michael Müller
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 LearnMaster lambdas and streamsWork with the default methodHarness streams and the stream() function Use Stream and SpliteratorTake advantage of parallel streamsWork with collectors and concurrencyWho This Book Is ForExperienced Java programmers and developers. div>