Package gnu.bytecode

Interface Filter<T>


public interface Filter<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    select(T value)
    Returns true if parameter is selected by this filter.
  • Method Details

    • select

      boolean select(T value)
      Returns true if parameter is selected by this filter.