Functional programming and procedural programming often provide different views of the same thing. When I declare a function, such as y = 2x I may think of this as a procedure (sequential process): ...
There are only half a dozen classes you really need to master to become competent in the world of functional programming. The java.util.function package contains well over 40 different components, but ...