Package org.apache.ivy.util.filter
Class AndFilter<T>
- java.lang.Object
-
- org.apache.ivy.util.filter.AndFilter<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(T o)
Filter<T>
getOp1()
Filter<T>
getOp2()
-