Uses of Interface
jakarta.data.constraint.LessThan
Packages that use LessThan
Package
Description
-
Uses of LessThan in jakarta.data.constraint
Methods in jakarta.data.constraint that return LessThanModifier and TypeMethodDescriptionstatic <V extends Comparable<?>>
LessThan<V> LessThan.bound(ComparableExpression<?, V> upperBound) Requires that the constraint target evaluates to a value that is less than the value to which the the givenupperBoundexpression evaluates.static <V extends Comparable<?>>
LessThan<V> LessThan.bound(V upperBound) Requires that the constraint target evaluates to a value that is less than or equal to the givenupperBound.static <V extends Comparable<?>>
LessThan<V> Constraint.lessThan(V bound) Requires that the constraint target evaluates to a value that is less than the givenbound.