Interface Filter<T>

  • All Known Implementing Classes:
    FilterByExtension, FilterByFileName

    public interface Filter<T>
    This is a Filter interface used by Repository operations to filter out not needed content.

    TODO most likely it would need to be implemented by repository specific classes to accommodate repository specific features.

    • Method Detail

      • accept

        boolean accept​(T object)