Sunday, September 20, 2015

java8-lambda-review

This is a continuation of previous post.

Java 8 Lambda
1.Simpler to write for really simple expressions. (+)
2. Not re-usable expressions, for testing.(-)

Java Generic

1. Simpler to write for any expression (+)
2. More classes(predicates) to write. (-)
3. Maximum re-usability

No comments:

Post a Comment