Java Closures and Lambda
Autor Robert Fischeren Limba Engleză Paperback – 3 mar 2015
The changes in Java 8 are significant. Syntax and usage of the language are changed considerably with the introduction of closures and lambda expressions. This book takes you through these important changes from introduction to mastery. Through a set of clear examples, you’ll learn to refactor existing code to take advantage of the new language features. You’ll learn what those features can do for you, and when they are best applied. You’ll learn to design and write new code having these important new features in mind from the verybeginning.
- Clearly explains the fantastic benefits resulting from Project Lambda
- Explains the syntax and IDE support for the new features
- Shows how to streamline your code by bringing some of the benefits of functional programming to the Java language
- Illustrates parallelism in closures through Stream and Spliterator objects
- Explains API evolution by adding methods to existing interfaces without breaking existing interface implementations, a technique addressing potential multiple inheritance issues
Preț: 226.49 lei
Preț vechi: 283.10 lei
-20% Nou
Puncte Express: 340
Preț estimativ în valută:
43.35€ • 45.73$ • 36.12£
43.35€ • 45.73$ • 36.12£
Carte disponibilă
Livrare economică 12-26 decembrie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781430259985
ISBN-10: 1430259981
Pagini: 250
Ilustrații: XII, 220 p. 9 illus.
Dimensiuni: 178 x 254 x 20 mm
Greutate: 0.39 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1430259981
Pagini: 250
Ilustrații: XII, 220 p. 9 illus.
Dimensiuni: 178 x 254 x 20 mm
Greutate: 0.39 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Public țintă
Popular/generalNotă biografică
Robert Fischer is a software developer, open source software contributor, technical commentator, and engineering manager. He has consulted, written, and spoken broadly on technical topics including concurrency, JVM bytecode, Groovy, Grails, and Gradle, and functional programming. Robert has a Masters of Divinity degree from Duke University, works as the VP of Engineering at Webonise Lab, and lives in Durham, North Carolina with his wife, dog, and baby girl.
Caracteristici
Java Closures and Lambda explores lambda expressions and other new functionality in Java from Project Lambda. The new functionality makes enhancements to the programming model, smooths out rough edges in the language, preserves compatibility, all while maintaining the essence of the Java language as you’ve known it.