Interface ObjectFilter


public interface ObjectFilter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(Object target)
     
  • Method Details

    • accept

      boolean accept(Object target)