Difference between revisions of "Kava Lambda Expressions"
From MyWiki
(Created page with "Functional Interface<br> <source lang="java"> interface MyName{ String computeName(String str); } </source>") |
(No difference)
|
Revision as of 20:54, 10 April 2020
Functional Interface
interface MyName{ String computeName(String str); }