Interface CountConstraint

All Superinterfaces:
Constraint<Integer>, Predicate<Integer>
All Known Implementing Classes:
EqCountConstraint, GreaterCountConstraint, LessCountConstraint

public interface CountConstraint extends Constraint<Integer>