Friday, March 1, 2013

Project Lambda including lambda expressions, default methods, and parallel collections


Notes I took from the screencast below.

Closures aka Lambdas:
   Target Typing
   Method References ex. String::substring
   Lambdas can be nested within themselves

Default Methods which avoid the problems of multiple inheritance but allow them to evolve the language over time.

http://www.infoq.com/presentations/Project-Lambda-Java-SE-8

No comments:

Post a Comment