Package org.apache.ivy.util.filter
Interface Filter<T>
-
- All Known Implementing Classes:
AndFilter
,ArtifactTypeFilter
,IvyEventFilter
,NoFilter
,NotFilter
,OrFilter
public interface Filter<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(T o)
-
-
-
Method Detail
-
accept
boolean accept(T o)
-
-