A Functional Approach to Java
eBook Details: Paperback: 403 pages Publisher: WOW! eBook (June 13, 2023) Language: English ISBN-10: 1098109929 ISBN-13: 978-1098109929 eBook Description: A Functional Approach to Java: Augmenting Object-Oriented Java Code with Functional Principles 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. In two parts, this A Functional Approach to Java...