- Learning Java Lambdas
- Toby Weston
- 99字
- 2021-07-09 18:37:01
Chapter 1. Introduction
Welcome to Learning Java Lambdas.
Java underwent huge changes in it's version 8 release. A lot was driven by the perception that Java was becoming long in the tooth. To compete with modern, functional programming languages, Java 8 introduced functional programming constructs like lambdas to better support a more functional style.
This book offers a concise explanation of lambdas and various other features required to make them work in Java. As well as offering background, syntax and usage examples of lambdas, the book describes other related features, such as functional interfaces and type inference.
推薦閱讀
- Java逍遙游記
- Java 開發從入門到精通(第2版)
- Python for Secret Agents:Volume II
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- Learning Apache Mahout Classification
- VMware虛擬化技術
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- OpenCV with Python By Example
- Scala編程(第5版)
- Kotlin Programming By Example
- Android Studio Cookbook
- 深入理解BootLoader
- Solr權威指南(下卷)
- Scratch編程入門與算法進階(第2版)
- 測試架構師修煉之道:從測試工程師到測試架構師(第2版)