link start!
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package org.apache.commons.collections.functors;
|
||||
|
||||
import org.apache.commons.collections.Predicate;
|
||||
|
||||
public interface PredicateDecorator extends Predicate {
|
||||
Predicate[] getPredicates();
|
||||
}
|
||||
Reference in New Issue
Block a user