Functional Programming in Java, Second Edition: Text for page 43, "Wrapping Up"

On page 43, “Wrapping Up”

That can lead to more maintainable code, more code that does useful domain- or application-related logic, and less code to handle the basics of coding.

Suggesting:

That should lead to more maintainable code and yield a higher ratio of code fulfilling the domain- or application-related logic as opposed to the code performing the always annoying boilerplate and glue logic.