-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
None
-
generic
-
generic
ADDITIONAL SYSTEM INFORMATION :
Generic
A DESCRIPTION OF THE PROBLEM :
We have Optional.ifPresentOrElse feature is available.
If i want to throw some exception if the element is not present then i need to use curly braces.
To avoid curly braces. I am looking for ifPresentOrElseThrow method in the optional class.
Generic
A DESCRIPTION OF THE PROBLEM :
We have Optional.ifPresentOrElse feature is available.
If i want to throw some exception if the element is not present then i need to use curly braces.
To avoid curly braces. I am looking for ifPresentOrElseThrow method in the optional class.