Skip to main content
added 61 characters in body
Source Link

In java 8 some functions of Optional class not supported such as isEmpty,ifPresentOrElse ifPresentOrElse,or or,stream stream,orElseThrow orElseThrow. You should check whether you use them or not. If you want to use these functions you can use java 11.

In java 8 some functions of Optional class not supported such as isEmpty,ifPresentOrElse,or,stream,orElseThrow. You should check whether you use them or not.

In java 8 some functions of Optional class not supported such as isEmpty, ifPresentOrElse, or, stream, orElseThrow. You should check whether you use them or not. If you want to use these functions you can use java 11.

Post Undeleted by Ahmet Özdemir
Post Deleted by Ahmet Özdemir
Source Link

In java 8 some functions of Optional class not supported such as isEmpty,ifPresentOrElse,or,stream,orElseThrow. You should check whether you use them or not.