Class AndSpacePredicate

All Implemented Interfaces:
ISpacePredicate, SmartExternalizable, Externalizable, Serializable

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