imbf opened a new pull request, #1215:
URL: https://github.com/apache/commons-lang/pull/1215

   JIRA Ticket: 
[LANG-1733](https://issues.apache.org/jira/projects/LANG/issues/LANG-1733?filter=allissues)
   
   Suggestion: Introduce null handling features working with with the 
java.util.function package, or more generally, with Java 8 lambdas. 
   
   - It simplifies null handling by eliminating unnecessary steps such as using 
specific types or if/else statements.
   - It reduces the overhead associated with managing objects like the Optional 
type.
   - It decreases the complexity involved in other null handling methods.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to