Interface AbstractManagedType.Filter<T>
-
- All Known Implementing Classes:
AbstractManagedType.AttributeNameFilter
,AbstractManagedType.AttributeTypeFilter
,AbstractManagedType.DeclaredAttributeFilter
,AbstractManagedType.ElementTypeFilter
,AbstractManagedType.EntryTypeFilter
,AbstractManagedType.IdAttributeFilter
,AbstractManagedType.PluralCategoryFilter
,AbstractManagedType.SingularAttributeFilter
,AbstractManagedType.VersionAttributeFilter
- Enclosing class:
- AbstractManagedType<X>
public static interface AbstractManagedType.Filter<T>
Affirms if a given element satisfy a condition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractManagedType.Filter<T>
inverse()
boolean
selects(T attr)
-
-
-
Method Detail
-
selects
boolean selects(T attr)
-
inverse
AbstractManagedType.Filter<T> inverse()
-
-