Uses of Interface
jakarta.data.constraint.AtMost
Packages that use AtMost
Package
Description
-
Uses of AtMost in jakarta.data.constraint
Methods in jakarta.data.constraint that return AtMostModifier and TypeMethodDescriptionstatic <V extends Comparable<?>>
AtMost<V> Constraint.lessThanEqual(V maximum) Requires that the constraint target evaluates to a value that is less than or equal to the givenmaximum.static <V extends Comparable<?>>
AtMost<V> AtMost.max(ComparableExpression<?, V> maximum) Requires that the constraint target evaluates to a value that is less than or equal the value to which the the givenmaximumexpression evaluates.static <V extends Comparable<?>>
AtMost<V> AtMost.max(V maximum) Requires that the constraint target evaluates to a value that is less than or equal to the givenmaximum.