Java Closures and Lambda
暫譯: Java 閉包與 Lambda 表達式

Robert Fischer

  • 出版商: Apress
  • 出版日期: 2015-03-03
  • 售價: $1,900
  • 貴賓價: 9.5$1,805
  • 語言: 英文
  • 頁數: 220
  • 裝訂: Paperback
  • ISBN: 1430259981
  • ISBN-13: 9781430259985
  • 相關分類: Java 程式語言
  • 海外代購書籍(需單獨結帳)

相關主題

商品描述

Java Closures and Lambda introduces you to significant new changes to the Java language coming out of what is termed Project Lambda. These new changes make their debut in Java 8, and their highlight is the long-awaited support for lambda expressions in the Java language. You'll learn to write lambda expressions and use them to create functional interfaces and default methods for evolving APIs, among many other uses. 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 very beginning. 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 What you'll learn Encapsulate key bits of logic into anonymous functions without the need for anonymous classes Define closures to be used as generators of comparison functions Define map, filter, and reduce functions that are useful in working with lists and other collections Trap and handle exceptions involving lambdas and closures, including the passing of exception-type parameters Anticipate and provide for concurrency so that your code successfully scales across multiple CPU co

商品描述(中文翻譯)

《Java 闭包与 Lambda》向您介绍了 Java 语言中来自所谓的 Project Lambda 的重要新变化。这些新变化在 Java 8 中首次亮相,其亮点是期待已久的对 Java 语言的 lambda 表达式的支持。您将学习如何编写 lambda 表达式,并利用它们创建功能接口和默认方法,以便为不断发展的 API 提供支持,以及许多其他用途。Java 8 中的变化是显著的。随着闭包和 lambda 表达式的引入,语言的语法和用法发生了相当大的变化。本书将带您从入门到精通这些重要变化。通过一系列清晰的示例,您将学习如何重构现有代码,以利用新的语言特性。您将了解这些特性能为您做些什么,以及何时最佳应用它们。您将学习如何在一开始就考虑这些重要新特性来设计和编写新代码。

- 清楚地解释了 Project Lambda 带来的巨大好处
- 解释了新特性的语法和 IDE 支持
- 展示了如何通过将函数式编程的一些好处引入 Java 语言来简化代码
- 通过 Stream 和 Spliterator 对象说明了闭包中的并行性
- 通过向现有接口添加方法而不破坏现有接口实现来解释 API 的演变,这是一种解决潜在多重继承问题的技术

您将学习到:
- 将关键逻辑封装到匿名函数中,而无需使用匿名类
- 定义闭包以用作比较函数的生成器
- 定义在处理列表和其他集合时有用的 map、filter 和 reduce 函数
- 捕获和处理涉及 lambda 和闭包的异常,包括传递异常类型参数
- 预见并提供并发支持,以便您的代码能够成功扩展到多个 CPU 核心