Interface Filter<T>

    • Method Detail

      • includes

        boolean includes​(T element)
        Checks if the given element is included in this filter.
        Parameters:
        element - the element to check
        Returns:
        true if the element is included; false otherwise.