Mastering Lambdas (e-bog) af Naftalin, Maurice
Naftalin, Maurice (forfatter)

Mastering Lambdas e-bog

280,67 DKK (inkl. moms 350,84 DKK)
The Definitive Guide to Lambda ExpressionsMastering 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 book explains how to write lambdas, and how to use them in streams and in collection processing, providing code examples throughout. You'll learn h...
E-bog 280,67 DKK
Forfattere Naftalin, Maurice (forfatter)
Forlag McGraw Hill
Udgivet 17 oktober 2014
Længde 208 sider
Genrer UMN
Sprog English
Format epub
Beskyttelse LCP
ISBN 9780071829632
The Definitive Guide to Lambda ExpressionsMastering 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 book explains 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 performance improvements provided by today's multicore hardware. This Oracle Press book covers: Why lambdas were needed, and how they will change Java programmingSyntax of lambda expressionsThe basic operation of streams and pipelinesUsing collectors and reduction to end pipelinesCreating streamsSpliterators, the fork/join framework, and exceptionsExamining stream performance with microbenchmarkingAPI evolution using default methods