Sunday, April 22, 2012

Translation of Lambda Expressions by Brian Goetz


In the following link Brian Goetz explain how the translation of lambdas can occur in Java.


The article tells us the following import topics:
  • How the lambda translation will manage the instance and not instance lambdas.
  • How the lambda translation will manage the Instance method reference and the not instance method reference. 
  • How is the visibility of the bridge methods implemented.
  • How can the lambda be desugarated.
Read the article and place a comment about what do you think.


No comments:

Post a Comment

Revolutionizing Stream Pipelines with Custom Intermediate Operations JEP 473: Stream Gatherers (Second Preview)

Introduction In the ever-evolving scene of Java improvement, the Stream API has been a foundation of utilitarian programming paradigms sin...