Class NotEqualsSpacePredicate

All Implemented Interfaces:
ISpacePredicate, SmartExternalizable, Externalizable, Serializable

public class NotEqualsSpacePredicate extends ScalarSpacePredicate
An implementation of not equals condition: This predicate returns true if and only if the predicate's argument is not equal to the expected value. Equality is performed using the object's equals method. Null values are unmatched
Since:
7.1
Author:
Niv ingberg
See Also:
  • Constructor Details

    • NotEqualsSpacePredicate

      public NotEqualsSpacePredicate()
      Default constructor for Externalizable.
    • NotEqualsSpacePredicate

      public NotEqualsSpacePredicate(Object expectedValue)
      Creates a scalar predicate using the specified expected value
      Parameters:
      expectedValue - Expected value.
  • Method Details