Interface Filter<T>

    • Method Detail

      • include

        boolean include​(T item)
        Determines item inclusion.
        Parameters:
        item - The item to test for inclusion.
        Returns:
        true if the item should be included; false, otherwise.