Class AnySpacePredicate

All Implemented Interfaces:
ISpacePredicate, SmartExternalizable, Externalizable, Serializable

public class AnySpacePredicate extends MultipleCompositeSpacePredicate
An implementation of a logical multiple OR condition: This predicate returns true if and only if any of the operands return true.
Since:
7.1
Author:
Niv Ingberg
See Also:
  • Constructor Details

    • AnySpacePredicate

      public AnySpacePredicate()
      Default constructor for Externalizable.
    • AnySpacePredicate

      public AnySpacePredicate(List<ISpacePredicate> operands)
      Creates a multiple composite space predicate using the specified operands.
    • AnySpacePredicate

      public AnySpacePredicate(ISpacePredicate... operands)
      Creates a multiple composite space predicate using the specified operands.
  • Method Details