37,99 €
inkl. MwSt.
Versandkostenfrei*
Sofort lieferbar
payback
19 °P sammeln
  • Broschiertes Buch

The Definitive Guide to Lambda Expressions
Mastering Lambdas: Java Programming in a Multicore World describes how the lambda-related features of Java SE 8 will enable Java to meet the challenges of next-generation parallel hardware architectures. The bookexplains how to write lambdas, and how to use them in streams and in collection processing, providing code examples throughout. You'll learn how to use lambda expressions to take full advantage of performanceimprovements provided by today's multicore hardware. This Oracle Press book covers:
Why lambdas were needed, and how they will
…mehr

Produktbeschreibung
The Definitive Guide to Lambda Expressions

Mastering Lambdas: Java Programming in a Multicore World describes how the lambda-related features of Java SE 8 will enable Java to meet the challenges of next-generation parallel hardware architectures. The bookexplains how to write lambdas, and how to use them in streams and in collection processing, providing code examples throughout. You'll learn how to use lambda expressions to take full advantage of performanceimprovements provided by today's multicore hardware. This Oracle Press book covers:

Why lambdas were needed, and how they will change Javaprogramming
Syntax of lambda expressions
The basic operation of streams and pipelines
Using collectors and reduction to end pipelines
Creating streams
Spliterators, the fork/join framework, and exceptions
Examining stream performance with microbenchmarking
API evolution using default methods
Autorenporträt
Maurice Naftalin has over 30 years experience in IT as a developer, designer, architect, manager, teacher and author. Naftalin, a certified Java Programmer, has worked in every release of Java to date. His experience in Java and business give him a unique perspective on the fundamental change that comes with introducing Lambda expressions in Java SE 8. Naftalin is a frequent presenter at conferences worldwide, including the annual JavaOne. He runs a popular tutorial site in collaboration with Oracles development team, www.lambdafaq.org, focused on the new language features in Java 8.