(Algorithms|Generator).until() behavior doesn't make sense with its name
------------------------------------------------------------------------
Key: SANDBOX-234
URL: https://issues.apache.org/jira/browse/SANDBOX-234
Project: Commons Sandbox
Issue Type: Improvement
Components: Functor
Reporter: Matt Benson
until() is documented as, and implemented as, a workalike for reject(). That
is, they return/process only those objects that fail to match a specified
Predicate. I can't understand any e.g. fluent use for this duplication; the
behavior doesn't seem consistent with the name and am in favor of these
methods' removal.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.