Use Predicate in subtract
-------------------------

                 Key: COLLECTIONS-306
                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-306
             Project: Commons Collections
          Issue Type: New Feature
          Components: Collection
         Environment: all OSs
            Reporter: Chris Shayan


It is good idea to use Predicate in subtract method, I've developed myself the 
mentioned method and now I am testing it. I mean we should have following 
methods:
The one already exist is:
public static Collection subtract(Collection a, Collection b)
I offer to have one more which is:
public static Collection subtract(Collection a, Collection b, Predicate 
predicate)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to