- 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.
- JBoss Weld CDI for Java Platform
- LabVIEW程序設計基礎與應用
- Mastering JavaScript Object-Oriented Programming
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- JavaFX Essentials
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- 深入淺出Windows API程序設計:編程基礎篇
- Spring Cloud、Nginx高并發核心編程
- Reactive Programming With Java 9
- Learning Hunk
- R Data Analysis Cookbook(Second Edition)
- PySpark Cookbook
- Mastering Embedded Linux Programming
- HTML5游戲開發實戰
- Software Architecture with Python