Package org.patternfly.filter
package org.patternfly.filter
-
ClassDescriptionFilter<T>A class representing a filter that can be applied to a list of objects (
Filter.filter(List)) or to a single object (Filter.match(Object)).FilterAttribute<T,V> Represents a filter attribute with a specified name, persistence flag, and filter condition.A functional interface for modifying filter attribute values.The FilterChangeHandler interface is designed to handle changes in filters.FilterCondition<T,V> Functional interface representing a condition used for filtering objects.Represents the logical operators used for combining multipleFilterAttributes of aFilter.