Class OrSpacePredicate

All Implemented Interfaces:
ISpacePredicate, SmartExternalizable, Externalizable, Serializable

public class OrSpacePredicate extends BinaryCompositeSpacePredicate
An implementation of a logical binary OR condition: This predicate returns true if and only if either left or right operands return true.
Since:
7.1
Author:
Niv Ingberg
See Also: