Java 8 In Action (Paperback)

Raoul-Gabriel Urma, Mario Fusco, Alan Mycroft

買這商品的人也買了...

相關主題

商品描述

Summary

Java 8 in Action is a clearly written guide to the new features of Java 8. The book covers lambdas, streams, and functional-style programming. With Java 8's functional features you can now write more concise code in less time, and also automatically benefit from multicore architectures. It's time to dig in!

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Book

Every new version of Java is important, but Java 8 is a game changer. Java 8 in Action is a clearly written guide to the new features of Java 8. It begins with a practical introduction to lambdas, using real-world Java code. Next, it covers the new Streams API and shows how you can use it to make collection-based code radically easier to understand and maintain. It also explains other major Java 8 features including default methods, Optional, CompletableFuture, and the new Date and Time API.

This book is written for programmers familiar with Java and basic OO programming.

What's Inside

  • How to use Java 8's powerful new features
  • Writing effective multicore-ready applications
  • Refactoring, testing, and debugging
  • Adopting functional-style programming
  • Quizzes and quick-check questions

About the Authors

Raoul-Gabriel Urma is a software engineer, speaker, trainer, and PhD candidate at the University of Cambridge. Mario Fusco is an engineer at Red Hat and creator of the lambdaj library. Alan Mycroft is a professor at Cambridge and cofounder of the Raspberry Pi Foundation.

Table of Contents

PART 1 FUNDAMENTALS
PART 2 FUNCTIONAL-STYLE DATA PROCESSING
PART 4 BEYOND JAVA 8
APPENDIXES
  1. Java 8: why should you care?
  2. Passing code with behavior parameterization
  3. Lambda expressions
  4. Introducing streams
  5. Working with streams
  6. Collecting data with streams
  7. Parallel data processing and performance
    PART 3 EFFECTIVE JAVA 8 PROGRAMMING
  8. Refactoring, testing, and debugging
  9. Default methods
  10. Using Optional as a better alternative to null
  11. CompletableFuture: composable asynchronousprogramming
  12. New Date and Time API
  13. Thinking functionally
  14. Functional programming techniques
  15. Blending OOP and FP: comparing Java 8 and Scala
  16. Conclusions and where next for Java
  17. Miscellaneous language updates
  18. Miscellaneous library updates
  19. Performing multiple operations in parallelon a stream
  20. Lambdas and JVM bytecode

商品描述(中文翻譯)


摘要

Java 8 in Action 是一本清晰易懂的指南,介紹了 Java 8 的新功能。本書涵蓋了 lambda、stream 和函數式編程。憑藉 Java 8 的函數式特性,您現在可以以更簡潔的代碼在更短的時間內編寫程式,同時還能自動受益於多核架構。現在是深入研究的時候了!

購買印刷版書籍將包含 Manning Publications 提供的 PDF、Kindle 和 ePub 格式的免費電子書。

關於本書

每個新版本的 Java 都很重要,但 Java 8 是一個改變遊戲規則的版本。《Java 8 in Action》是一本清晰易懂的指南,介紹了 Java 8 的新功能。它從實用的 lambda 入門開始,使用真實世界的 Java 代碼。接下來,它介紹了新的 Streams API,並展示了如何使用它使基於集合的代碼變得更容易理解和維護。它還解釋了其他主要的 Java 8 功能,包括默認方法、Optional、CompletableFuture 和新的日期和時間 API。

本書適合熟悉 Java 和基本面向對象編程的程序員閱讀。

內容簡介


  • 如何使用 Java 8 強大的新功能

  • 編寫有效的多核應用程序

  • 重構、測試和調試

  • 採用函數式編程

  • 測驗和快速檢查問題

關於作者

Raoul-Gabriel Urma 是一位軟體工程師、演講者、培訓師,也是劍橋大學的博士候選人。 Mario Fusco 是紅帽公司的工程師,也是 lambdaj 库的創建者。 Alan Mycroft 是劍橋大學的教授,也是樹莓派基金會的共同創辦人。

目錄

第一部分 基礎知識

第二部分 函數式數據處理

第四部分 超越 Java 8

附錄


  1. Java 8:為什麼你應該關注它?

  2. 通過行為參數化傳遞代碼

  3. lambda 表達式

  4. 介紹 Streams

  5. 使用 Streams 工作

  6. 使用 Streams 收集數據

  7. 並行數據處理和性能
    第三部分 有效的 Java 8 編程


  8. 重構、測試和調試

  9. 默認方法

  10. 使用 Optional 作為更好的 null 替代方案

  11. CompletableFuture:可組合的異步編程

  12. 新的日期和時間 API

  13. 思考函數式編程

  14. 函數式編程技巧

  15. 混合面向對象和函數式編程:比較 Java 8 和 Scala

  16. 結論和 Java 的未來

  17. 其他語言更新

  18. 其他庫更新

  19. 在流上並行執行多個操作

  20. Lambdas 和 JVM 字節碼