Class ContainsPredicate

All Implemented Interfaces:
ISpacePredicate, SmartExternalizable, Externalizable, Serializable
Direct Known Subclasses:
ContainsItemPredicate

public class ContainsPredicate extends ScalarSpacePredicate
Represents a contains predicate. This predicate returns true if and only if the predicate's argument is a collection and contains the expected value.
Since:
8.0
Author:
Anna Pavtulov, Idan Moyal
See Also: