X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Returning a present Optional or another one

Let's assume that we have an Optional. Write a program that relies on Optional.or() for returning this Optional (if its value is present) or another Optional (if its value is not present).

X Tutup