Java 8 Lambda-Reference to an instance method of an arbitrary object

preview_player
Показать описание
In this video tutorial you will learn how to Reference to an instance method of an arbitrary object of a particular type.
Below is the GitHub link to download source Code:
Рекомендации по теме
Комментарии
Автор

Amazing not a single video on all of youtube that can explain this concept clearly and in an easy to understand way

thackythac
Автор

Hi KK,
Thanks for video, i have one question, if Person(int age, String firstname, String lastname), in this
case how get person lastname using Function, in your example it have only one string so f.apply(n), i want to get the last name, then how to take please let me know

Thanks in advance....!

venkatb
Автор

The code example was helpful but the explanation not so much. Try practicing proper diction and use of adequate vocabulary next time you try to explain a difficult concept

ThatThing