Notes on how to use the Optional class in Java
https://www.oracle.com/technical-reso...
0:00 Introduction
0:17 Goodbye null checks!
0:56 Replacing null check with Optional
1:45 With Optional Lambdas
2:37 Another Example
5:07 When not to use Optional?
6:14 When to use Optional? - THUMB RULE
7:12 Summary Time
Key Ideas:
It is a class that encapsulates an optional value. You can also create classes using Optional.of(usb);
Wrap classes with Optional.
This wrapping unlocks streams functionality.
Use ifPresent instead of isPresent.
Oracle article link:
https://www.oracle.com/technical-reso...
In questa pagina del sito puoi guardare il video online Java - Optional Class Tutorial with Example della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Akhil Karun 19 aprile 2020, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 1,425 volte e gli è piaciuto 27 spettatori. Buona visione!