Duplications Manager

570274b96eaa5a0c65add851

@throws nullpointerexception if any predicate in the collection is null
@throws nullpointerexception if any predicate in the array is null
@param t <> the type that the predicate queries
@param predicates an array of predicates to check, may not be null
@param predicates a collection of predicates to check, may not be null

"public static onePredicate( predicates)"

file : https_github_com_apache_commons-collections_git/src/main/java/org/apache/commons/collections4/PredicateUtils.java

"public static nonePredicate( predicates)"

file : https_github_com_apache_commons-collections_git/src/main/java/org/apache/commons/collections4/PredicateUtils.java

"public static anyPredicate( predicates)"

file : https_github_com_apache_commons-collections_git/src/main/java/org/apache/commons/collections4/PredicateUtils.java

"public static allPredicate( predicates)"

file : https_github_com_apache_commons-collections_git/src/main/java/org/apache/commons/collections4/PredicateUtils.java