Interface Filter<I>


  • public interface Filter<I>
    Author:
    Michael Bien
    • Method Detail

      • accept

        boolean accept​(I item)
        Returns true only if the item should be accepted.