Functional Programming in Java (Manning)
Thursday, 16 February 2017

This book teaches you how to incorporate the benefits of functional programming into new and existing Java code. Author Pierre-Yves Saumont shows how to think functionally about coding tasks in Java and use FP to make your applications easier to understand, optimize, maintain, and scale and uses easy-to-grasp examples, exercises, and illustrations to teach core Functional Programming principles ...

<ASIN:1617292737>

such as referential transparency, immutability, persistence, and laziness.The book shows how to carry out safer concurrent and parallel programming, and covers Java 8 features including lambdas, method references, and functional interfaces

Author: Pierre-Yves Saumont
Publisher: Manning Publications
Date: January 2017
Pages: 472
ISBN: 978-1617292736
Print: 1617292737
Audience: Java developers
Level: Intermediate
Category: Methodology

 

funcjava

 

  • What is functional programming?
  • Using functions in Java
  • Making Java more functional
  • Recursion, corecursion, and memoization
  • Data handling with lists
  • Dealing with optional data
  • Handling errors and exceptions
  • Advanced list handling
  • Working with laziness
  • More data handling with trees
  • Solving real problems with advanced trees
  • Handling state mutation in a functional way
  • Functional input/output
  • Sharing mutable state with actors
  • Solving common problems functionally

As with all Manning titles, purchase of the book gives you access to PDF, ePub and Kindle versions at no additional cost. 

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Banner
 


Discovering Modern C++, 2nd Ed

Author: Peter Gottschling
Publisher: Addison-Wesley
Pages: 576
ISBN: 978-0136677642
Print: 0136677649
Kindle: ‎ B09HTJRJ3V
Audience: C++ developers
Rating: 5
Reviewer: Mike James

Modern C++ who would want to write anything else? Is this a suitable introduction for the rest of us?



The Rust Programming Language, 2nd Ed

Author: Steve Klabnik and Carol Nichols
Publisher: No Starch Press
Date: June 2023
Pages: 560
ISBN: 978-1718503106
Print: 1718503105
Kindle: B0B7QTX8LL
Audience: Systems programmers
Rating: 4.8
Reviewer: Mike James

There's a new edition of what has become the standard text on Rust. Has it matured along with [ ... ]


More Reviews