Interface Filter<Resource>


  • @ConsumerType
    public interface Filter<Resource>
    The Filter is a service interface which is used for filtering a element.
    • Method Detail

      • matches

        boolean matches​(Resource element)
        Determines whether elements should be filtered or not.
        Parameters:
        element - The element to be matched against the filter
        Returns:
        true if the element matches the filter, otherwise false