Class NotNullSpacePredicate

All Implemented Interfaces:
ISpacePredicate, SmartExternalizable, Externalizable, Serializable

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

    • NotNullSpacePredicate

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