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
Lucid explanation. Made it easy to grasp.
Short and simple. Thank you
Probably what we are looking for is how these constructs simplify our lives.
Great....which is realy helped me a lot !!! do more videos for Us ....Thank you!
Thank you, I will
Very nice explanation. Thankyou.
Explained very clean.. Thank you so much.
thank you, sir ..this video helps me a lot to grab the concept very fast..
Welcome
Explained v well in short 👍
Thanks 🙂
Thank you so much in explaining short and simple
Thanks Bro.. Clear explanation
Welcome
Thanks for this amazing video. So easy to understand.
I really needed this!
Great man 🔥🔥🙌
Excelent!! Thank you so much.
nicely explained
Great explanation
simply superb
Nicely explained 👍
Thanks
your explanation is good but you haven't said when we will use this functional interfaces and why we will use it
Thank you so much
Clear ! Thanks.
Nice explain
Muy claro y sencillo para aprender. Muchas gracias.
Thanks a alot❤
You're welcome 😊
Nice
Thanks
thank u sir very its very helpful for us hopefully uh will gain subscriber soon inshallahbecause uh put write data
Thanks
Lucid Explanation.
Thank you
thanks again
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.