- Learning Java Functional Programming
- Richard M.Reese
- 295字
- 2021-07-09 21:44:12
What this book covers
Chapter 1, Getting Started with Functional Programming, introduces the essential elements of functional programming as supported by Java 8. This includes the introduction of functional terms complemented by Java 8 examples.
Chapter 2, Putting the Function in Functional Programming, covers the types of functions found in functional programming languages such as high-order functions, first-class functions, and pure functions. The use of lambda expressions in support of functions is explained.
Chapter 3, Function Composition and Fluent Interfaces, addresses how to use functional composition. Also covered are fluent interfaces and the use of default methods.
Chapter 4, Streams and the Evaluation of Expressions, covers the basics of their creation and use. Streams are an important addition to Java.
Chapter 5, Recursion Techniques in Java 8, demonstrates recursion, a very useful functional programming technique. While not new to Java, we explore the topic in depth and examine the use of recursive lambda expressions.
Chapter 6, Optional and Monads, covers the use and the nature of monads in creating fluent interfaces and producing resilient code. The Optional class provides a better way of working with missing data.
Chapter 7, Supporting Design Patterns Using Functional Programming, illustrates design patterns. They play an important role in Java programming. The impact of the functional style of programming and lambda expressions is illustrated.
Chapter 8, Refactoring, Debugging, and Testing, demonstrates how these tools have been affected by the new functional programming techniques and how IDEs support them. These are valuable tools in the development process.
Chapter 9, Bringing It All Together, summarizes many of the functional programming techniques presented earlier that are used in the creation of a demonstration application. Such an application provides a concise illustration of how these techniques support the development of robust and maintainable software.
- 程序員修煉之道:程序設(shè)計(jì)入門30講
- Git Version Control Cookbook
- Java面向?qū)ο筌浖_發(fā)
- 網(wǎng)頁設(shè)計(jì)與制作教程(HTML+CSS+JavaScript)(第2版)
- 精通Scrapy網(wǎng)絡(luò)爬蟲
- Learning Selenium Testing Tools(Third Edition)
- concrete5 Cookbook
- NetBeans IDE 8 Cookbook
- Microsoft Dynamics AX 2012 R3 Financial Management
- ServiceNow:Building Powerful Workflows
- Visual C#.NET Web應(yīng)用程序設(shè)計(jì)
- HoloLens與混合現(xiàn)實(shí)開發(fā)
- Lync Server Cookbook
- FORTRAN程序設(shè)計(jì)權(quán)威指南
- C#網(wǎng)絡(luò)程序開發(fā)(第二版)