Interface IFilter<T>

    • Method Detail

      • accept

        boolean accept​(T p_obj)
        Parameters:
        p_obj - The object to be filtered.
        Returns:
        true if this filter accepts the given object, or false otherwise.