What is lamba expression? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is lamba expression?

Little cunfused when i use it

7th Jun 2018, 6:19 PM
Bulb
Bulb - avatar
2 Answers
+ 1
It's the arrow thingy (paramsHere) -> {code here;} You can make semi functions with it, like compare function to sort elements the way you want. Here's a code where I use them quite a bit as an example. getOperation returns a lambda expression which I use to get results for each element in range later on. https://code.sololearn.com/cYyXfA2VNmK0/?ref=app
7th Jun 2018, 7:35 PM
BlazingMagpie
BlazingMagpie - avatar