Interface Filter<Resource>


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

    Modifier and Type
    Method
    Description
    boolean
    matches(Resource element)
    Determines whether elements should be filtered or not.
  • Method Details

    • 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