Monads in Java
Pre-read blogs: Functional Programming in Java - What and Why? Functional Interface examples (Functional programming) Monads Let me take a very simple concept of doing 3 operations one after...
Pre-read blogs: Functional Programming in Java - What and Why? Functional Interface examples (Functional programming) Monads Let me take a very simple concept of doing 3 operations one after...
Before moving to examples, do read the blog Functional programming in Java - What and Why? to get more context on what is functional programming. There are few other ways apart from lambdas, that...
This blog aims to define what functional programming is and few very basic examples of the same. **Note: I will be posting another blog with in detail examples for functional programming in Java...