Interface GenericFileFilter<T>

    • Method Detail

      • accept

        boolean accept​(GenericFile<T> file)
        Tests whether or not the specified generic file should be included
        Parameters:
        file - the generic file to be tested
        Returns:
        true if and only if file should be included