Interface ObjectTypeFilter<TYPE extends ObjectType,TARGET>
-
- All Known Implementing Classes:
AbstractObjectTypeFilter
public interface ObjectTypeFilter<TYPE extends ObjectType,TARGET>ValidatesObjectTypeinstances in the context of the TARGET instance. The TARGET type is implementation dependent. Filters only valid instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<TYPE>filterObjectTypes(java.util.Collection<TYPE> types, TARGET target)Filters input collection ofObjectTypes.
-
-
-
Method Detail
-
filterObjectTypes
java.util.Collection<TYPE> filterObjectTypes(java.util.Collection<TYPE> types, TARGET target)
Filters input collection ofObjectTypes. Only validObjectTypes should be returned.
-
-