Github user martin-tarjanyi commented on the issue:
https://github.com/apache/commons-lang/pull/221
So if this method is not added to the codebase but I would like to have
this functionality in my client code, then I should call
``!isAnyNotEmpty(...)``. It would be very difficult to read. That's why I
thought these methods would be useful.
However, if I should choose between ``isAllEmpty`` and ``isAnyNotEmpty`` to
be in StringUtils, I would support ``isAllEmpty`` because the negated version
``!isAllEmpty`` is more readable in a client code.
What do you think?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---