- 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.
推薦閱讀
- .NET之美:.NET關(guān)鍵技術(shù)深入解析
- Drupal 8 Blueprints
- Java面向?qū)ο筌浖_發(fā)
- Learning Neo4j 3.x(Second Edition)
- Asynchronous Android Programming(Second Edition)
- Apache Spark 2.x for Java Developers
- Android嵌入式系統(tǒng)程序開發(fā):基于Cortex-A8(第2版)
- Qt5 C++ GUI Programming Cookbook
- 軟件工程基礎(chǔ)與實訓(xùn)教程
- ASP.NET Web API Security Essentials
- C語言程序設(shè)計
- 大學(xué)計算機(jī)應(yīng)用基礎(chǔ)(Windows 7+Office 2010)(IC3)
- Swift High Performance
- Effective C++:改善程序與設(shè)計的55個具體做法(第三版)中文版(雙色)
- Developing RESTful Web Services with Jersey 2.0