Interface ObjectFilter<T>


public interface ObjectFilter<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • matches

      boolean matches(T o)