Dude thank you so much! You are a natural teacher, it is literally in your blood! You helped me understand this stuff in less than 10 minutes while a friend of mine couldn't teach me this properly in 3 hours.
Em a Java Lover. But forcefully working in some other technologies. Long days after coding in JAVA.. Thank you very much for your every wonderful videos.. Hats Off.. Enjoying my learning!!
One of the best explanations out there.!! Kudos..!! Amazing Explanations out here!!! you make the difficult thing to be easier as well....Hats Off!!!!!!
Fantastic. Keep up the good work. What I liked most is transformation from boiler plate code to single line and the way you explained about how it works in behind the scenes simply awesome. Cheers
I didn't understand well, but it was very interesting to see that it's possible to create a class using "new" keyword and multiple ways to define a consumer.
Can't appreciate you enough Navin. This is the kind of explanation all learners out there looking for.
Hats Off for This Excellent Explanation..!! Loved the Way you Expressed this Monstrous Concept...!!
Dude thank you so much! You are a natural teacher, it is literally in your blood! You helped me understand this stuff in less than 10 minutes while a friend of mine couldn't teach me this properly in 3 hours.
Em a Java Lover. But forcefully working in some other technologies. Long days after coding in JAVA.. Thank you very much for your every wonderful videos.. Hats Off.. Enjoying my learning!!
If I don't appreciate this that's a sin.
Great job.
A kiss on your bald head for great explanation.... you are superman!!
The Best explanation of the concept. Like the way you have explained it. Great!!
Perfect way to explain this, i googles many sites and got confused. Great explanation. I am now clear :)
You are awesome. I've cleared many interviews coz of u. Love the way of explanations. Thanks a lot.
One of the best explanation for lambda expression!!
The presentation of this video is out of the world, you are superb!
One of the best explanations out there.!! Kudos..!!
One of the best explanations out there.!! Kudos..!! Amazing Explanations out here!!! you make the difficult thing to be easier as well....Hats Off!!!!!!
Fantastic. Keep up the good work. What I liked most is transformation from boiler plate code to single line and the way you explained about how it works in behind the scenes simply awesome. Cheers
One of the best explanation. Students need more of your kind. ❤❤❤
Absolute Genius - Great Detailed Explanation.
I would love to like it multiple times. Great job Naveen!!!
Very good explanation, I knew you could do lamdas like that but I didn't know why/how and you explained it very thoroughly.
Beautiful, how everything came together at the end and made sense.
class Tulesko{
List Appreciation =Arrays.asList("Love","Gratitude", "HatsOff");
Appreciation.forEach(g -> System.out.println(g));
}
No words to appreciate, Navin
Thank you so much. The explanation is sooo good. I was struggling with lambda expression for quite sometime. But this video is a treasure.
Wonderful explanation sir. thank you so much. I was unable to understand it. but now my all doubt clear. love you.
a very simple explanation as well straightforward.....good job...
Thank you so much. You always explain in a way anyone can never forget the concept
Really well explained sir... Wont forgot this again.
I always love the way you explain things.
Best explanation ever. Made it so simple to understand. Ty
so far the best explanation I found over the internet :D
I didn't understand well, but it was very interesting to see that it's possible to create a class using "new" keyword and multiple ways to define a consumer.
List values = Arrays.asList(4,5,6,7,8);
values.forEach(System.out::println);
This is the most simpliyfied form
Man man man, it wasExcellent explanation, hats off..
Super cool explanation buddy!
Great...keep going, bring more videos on Stream API
Excellent no words
A good way to give an understanding of lambda functionality
very best explanation.
further optimized into
List numbers = new LinkedList(Arrays.asList(1, 2, 3, 4, 5, 6, 7, 8, 9, 10));
Consumer consumer = System.out::println;
simple explanation for a greater idea....thank you so much
Great explanation sir! This cleared all my doubts. Thank you very much
awesome explanation! Finally everything got cleared about this concept.
Best explanation ever!
or further you can also substitute "i->System.out.println(i)" with "System.out::println"
Super Crystal clear 👍👍👍
Great explanation, Thank you so much SIR
Very good explanation.Keep up the good work.Never give up.Keep rocking.
Very well explained Sir Thank you
Best tutorial ever seen
Superb!! very well explained Navin!!
Really , Love the way u explained
Understood at once👏👏
Thank you very much.
Very clear explanation.
Awesome... Very Simple explanation
Very Nice and Well Explained.
very well explained . Thanks of lot . Keep up awesome posting
Perfect pwoli sanm
Super, Nice explanation.
god level explanation
WoW .. best explaination
code samadhi - amazing!
great explanation sir
Amazing zing zing!!
Loved it Naveen
Amazing as always
great video, very well explained, thank you.
What a explanation!
Good method of explaining
excellent sir , nice one .thankyou
Nice explanation ..
super explain for lamda expression.
Nicely explained!
excellent explanation!!
Awesome , very helpful
Nice Explanation
Thank you for you sharing..
I love java...
Thanks 😊
i have this doubt: Wont it be incredibly difficult to maintain/understand this code in a large code base?
debugging will be a nightmare !
Thanks for your good explaination :D
Well Explained!
Thank u navin!!
Excellent!!!
That was awesome thanks a lot!
Well explained..
Wow wonderful
very very very nice sir
Really thank you
Awesome sir
i can say nothing but superb
fantabulous !
Good one
Great!👏
So if you can use a lambda function on List of type Integer, then what is the purpose of a consumer?
superb
Thanks a ton!
@Telusko : If we are removing the part "ConsumerInterface c " from for each then how for each going to know that the parameter is of type Integer?
wonderful
Very nice
Nice video :)
Very nice 5/5
great..thanks
Fantastic