Package org.xmlunit.util
Interface Predicate<T>
-
- All Known Implementing Classes:
ElementSelectors.CanBeComparedPredicate
,IsNullPredicate
,ValidationMatcher.HasSystemIdPredicate
public interface Predicate<T>
A function that tests an object for a property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
test(T toTest)
-
-
-
Method Detail
-
test
boolean test(T toTest)
-
-