Interface Filter<T>

All Known Implementing Classes:
AndFilter, ArtifactTypeFilter, IvyEventFilter, NoFilter, NotFilter, OrFilter

public interface Filter<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(T o)
     
  • Method Details

    • accept

      boolean accept(T o)