Class IsNullPredicate

java.lang.Object
org.xmlunit.util.IsNullPredicate
All Implemented Interfaces:
Predicate<Object>

public class IsNullPredicate extends Object implements Predicate<Object>
A function that tests whether an object is null.
  • Constructor Details

    • IsNullPredicate

      public IsNullPredicate()
  • Method Details