Class NullSpacePredicate

All Implemented Interfaces:
ISpacePredicate, SmartExternalizable, Externalizable, Serializable

public class NullSpacePredicate extends AbstractSpacePredicate
A predicate to test for null values. This predicate returns true if and only if the predicate's argument is null.
Since:
7.1
Author:
Niv ingberg
See Also:
  • Constructor Details

    • NullSpacePredicate

      public NullSpacePredicate()
      Default constructor for Externalizable.
  • Method Details