@ConsumerType public interface Filter<Resource>
Filter is a service interface which is used for filtering a
element.| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Resource element)
Determines whether elements should be filtered or not.
|
boolean matches(Resource element)
element - The element to be matched against the filtertrue if the element matches the filter, otherwise
falseCopyright © 2010 - 2020 Adobe. All Rights Reserved