Functional Programming With Java 简明教程
Functional Programming with Java Tutorial
从 Java 8 开始,引入了许多函数式编程元素,如 Java 中的 lambda 表达式、函数式接口。这些元素是为了简化 Java 中的函数式编程,而 Java 最初是一种命令性和面向对象语言。
From Java 8 onwards, many functional programming elements are introduced like lambda expression, functional interfaces in Java. These elements are to ease functional programming in Java which was originally a imperative and Object Oriented language.
Audience
本教程专为希望使用 Java 以简单易懂的步骤学习函数式编程的软件专业人士而设计。本教程将使你了解函数式编程概念,在完成本教程后,你将达到中级专业知识水平,从此你可以提升到更高的专业知识水平。
This tutorial is designed for Software Professionals who are willing to learn Functional Programming using Java in simple and easy steps. This tutorial will give you an understanding of the Functional Programming concepts and after completing this tutorial you will be at an intermediate level of expertise from where you can take yourself to a higher level of expertise.