JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 and Description
boolean
test
(
T
toTest)
Method Detail
test
boolean test(
T
toTest)
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method