You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/01/07 10:20:09 UTC

[GitHub] [commons-lang] bonii-xx opened a new pull request #484: LANG-1513 ObjectUtils: Lazy evaluation of firstNonNull

bonii-xx opened a new pull request #484: LANG-1513 ObjectUtils: Lazy evaluation of firstNonNull
URL: https://github.com/apache/commons-lang/pull/484
 
 
   Lazy evaluation variant of firstNonNull to allow using it for expensive operations.
   When the first value of different options is required, but they're expensive to calculate.
   
   I tried to match the code and test style present.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [commons-lang] coveralls edited a comment on issue #484: LANG-1513 ObjectUtils: Lazy evaluation of firstNonNull

Posted by GitBox <gi...@apache.org>.
coveralls edited a comment on issue #484: LANG-1513 ObjectUtils: Lazy evaluation of firstNonNull
URL: https://github.com/apache/commons-lang/pull/484#issuecomment-571541583
 
 
   
   [![Coverage Status](https://coveralls.io/builds/27960212/badge)](https://coveralls.io/builds/27960212)
   
   Coverage decreased (-0.01%) to 95.075% when pulling **884e24fbcc67d393b06691d9152898697ea3af36 on bonii-xx:master** into **259ac721ce5097312d8bd93aefde26c2785f26e9 on apache:master**.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [commons-lang] bonii-xx commented on issue #484: LANG-1513 ObjectUtils: Get first non-null supplier value

Posted by GitBox <gi...@apache.org>.
bonii-xx commented on issue #484: LANG-1513 ObjectUtils: Get first non-null supplier value
URL: https://github.com/apache/commons-lang/pull/484#issuecomment-571938496
 
 
   Merged with https://github.com/apache/commons-lang/commit/a606a0328ba4b3061c5bc810a31418fa4251ea16

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [commons-lang] coveralls commented on issue #484: LANG-1513 ObjectUtils: Lazy evaluation of firstNonNull

Posted by GitBox <gi...@apache.org>.
coveralls commented on issue #484: LANG-1513 ObjectUtils: Lazy evaluation of firstNonNull
URL: https://github.com/apache/commons-lang/pull/484#issuecomment-571541583
 
 
   
   [![Coverage Status](https://coveralls.io/builds/27954485/badge)](https://coveralls.io/builds/27954485)
   
   Coverage increased (+0.002%) to 95.088% when pulling **661dfa695ea35491d049c173e27bb482a3922f07 on bonii-xx:master** into **259ac721ce5097312d8bd93aefde26c2785f26e9 on apache:master**.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [commons-lang] bonii-xx closed pull request #484: LANG-1513 ObjectUtils: Get first non-null supplier value

Posted by GitBox <gi...@apache.org>.
bonii-xx closed pull request #484: LANG-1513 ObjectUtils: Get first non-null supplier value
URL: https://github.com/apache/commons-lang/pull/484
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services