java lambda expressions simple examples

preview_player
Показать описание
Code and details:

Java lambda expressions simple examples

Several simple and useful lambda expressions in Java:

* no parameters: () - 'x'
* one parameter: odd - odd % 2 != 0;
* two parameters: (a, b) - a + b;
* multiple parameters: (a, b, c) - a^2 + b^2 = c^2;

---------------------------------------------------------------------------------------------------------------------------------------------------------------
If you really find this channel useful and enjoy the content, you're welcome to support me and this channel with a small donation via PayPal and Bitcoin.

Bitcoin: 1DBZu6N9JTpRDdc9QChLZnX3v2iVRaQ4ym
Рекомендации по теме
Комментарии
Автор

hello again
how creat library for random names from text?
can you help me about that
thanks

Habibdabbagh