Such short and simple examples actually made it easy to grasp. The only confusion I faced was with your naming convention for object reference variable. 8 was confusing a lot reading object name thinking that's a method name. Thanks for sharing your knowledge. 👍
what do you mean, "how this line works" ? it doesn't do anything it's just a lambda definition. setName is basically a consumer that consumes a Person object (mutates the person if you like), so this line could have been written as Consumer setName = person -> person.setName("Play Java"); which is a very bad example by its own, since the person object already has a method called setName()
hats off to you. All functional interfaces in 10 minutes with examples. Very precise and up to the point
Such short and simple examples actually made it easy to grasp. The only confusion I faced was with your naming convention for object reference variable. 8 was confusing a lot reading object name thinking that's a method name. Thanks for sharing your knowledge. 👍
Seriously it's really helpful 😃 nice explanation now i can crack upcomming interview on functional interface
Short and simple. Thank you
Lucid explanation. Made it easy to grasp.
thank you, sir ..this video helps me a lot to grab the concept very fast..
Welcome
Great....which is realy helped me a lot !!! do more videos for Us ....Thank you!
Thank you, I will
Very nice explanation. Thankyou.
Thank you so much in explaining short and simple
Explained very clean.. Thank you so much.
Explained v well in short 👍
Thanks 🙂
Thanks Bro.. Clear explanation
Welcome
Probably what we are looking for is how these constructs simplify our lives.
I really needed this!
Thanks for this amazing video. So easy to understand.
Great man 🔥🔥🙌
Excelent!! Thank you so much.
nicely explained
Thank you so much
simply superb
Great explanation
Clear ! Thanks.
Nice explain
Nice
Thanks
Thanks
Thanks a alot❤
You're welcome 😊
Nicely explained 👍
Thanks
Lucid Explanation.
your explanation is good but you haven't said when we will use this functional interfaces and why we will use it
Muy claro y sencillo para aprender. Muchas gracias.
thank u sir very its very helpful for us hopefully uh will gain subscriber soon inshallahbecause uh put write data
thanks again
Thank you
can anyone explain how this line works
Consumer setName=t->t.setName ("Play Java");
what do you mean, "how this line works" ? it doesn't do anything it's just a lambda definition. setName is basically a consumer that consumes a Person object (mutates the person if you like), so this line could have been written as Consumer setName = person -> person.setName("Play Java"); which is a very bad example by its own, since the person object already has a method called setName()
Tq bro
best
Thanks 🙂
Learn how to put spaces between your operators good god man. Otherwise good video.
plz explain
Poor video.
He starts using a new construct *before* explaining its purpose.