Description
Sometimes it would be very comfortable, to test a few objects to null. Instead of writing if(obj1==null || obj2==null || ...), using a method like isAnyNull(obj1, obj2, ...) would be much better.
Attachments
Attachments
Issue Links
- is related to
-
LANG-1421 Add anyNull(Object ...) to ObjectUtils
- Resolved
- links to