Class In

All Implemented Interfaces:
AttributeConstraint, Constraint, Serializable, Cloneable

public class In extends Compare
Constraint representing the IN operator. This constraint expects an Iterable<Object> as value.
Since:
4.0.17
See Also: