Questions tagged as 'expressões-lambda'

4
answers

What are the advantages of Lambda Expressions present in Java 8?

Java 8 will be released soon ( March 2014 ) and the feature of this version are Lambda expressions . Could anyone describe, as the question says, what this feature will actually add to the developers and, if possible, any example code co...
asked by 13.12.2013 / 12:29
7
answers

What are lambda expressions? And what is the purpose of using them?

When I first started using LINQ I saw that I could use the famous lambda expressions . I even know that x => x * x is a lambda expression, but I could not explain to a colleague what they really are, and what the advantage is in us...
asked by 29.01.2014 / 18:36