- Learning Java Functional Programming
- Richard M.Reese
- 110字
- 2021-07-09 21:44:12
Preface
With the introduction of Java 8, many functional programming techniques have been added to the language. However, functional programming may seem unfamiliar to developers who are used to using imperative and object-oriented techniques. The new additions to Java 8 offer the opportunity to develop more maintainable and robust applications than that offered by earlier versions of Java.
The goal of this book is to introduce functional programming techniques to developers who are not familiar with this technology. You will be guided through the use of functional programming techniques with the help of numerous examples. Older imperative and object-oriented approaches will be illustrated and contrasted with equivalent functional programming solutions.
- 數據庫原理及應用(Access版)第3版
- Delphi程序設計基礎:教程、實驗、習題
- Visual Studio 2012 Cookbook
- 算法大爆炸:面試通關步步為營
- 零基礎學MQL:基于EA的自動化交易編程
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- Python完全自學教程
- Hands-On Reinforcement Learning with Python
- Mastering Python Design Patterns
- Instant jQuery Boilerplate for Plugins
- Python網絡爬蟲實例教程(視頻講解版)
- jQuery EasyUI從零開始學
- Learning PowerShell DSC(Second Edition)
- Go Programming Cookbook(Second Edition)
- 小小的Python編程故事