Interface Filter<T>

Type Parameters:
T -

public interface Filter<T>
A generic filter.
  • Method Summary

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

    • accept

      boolean accept(T object)