Автор: Ben Weidig
Издательство: O’Reilly Media
Год: 2022-05-17: Fourth Release
Формат: ePUB
Размер: 10 Mb
Язык: English
Java developers usually tackle the complexity of software development through object-oriented programming (OOP). But not every problem is a good match for OOP. The functional programming (FP) paradigm offers you another approach to solving problems, and Java provides easy-to-grasp FP tools such as lambdas and streams. If you're interested in applying FP concepts to your Java code, this book is for you.