Java Lambda Expressions

  • + 1 comment

    you code is nice and simple and easy for beginners to understand those who are about to learn lambdas....thanks!! next step if you can migrate this code into something called as stream pipelining

    • + 0 comments

      People try too hard to write complex one line solutions to seem smart, but actual clean code looks more like this, it is easy to read and understand.