Package gnu.bytecode

Interface Filter<T>


  • public interface Filter<T>
    • Method Detail

      • select

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