ComparableCoerceAtMostExtension<T extends Comparable<T> > extension
- on
-
- T
Methods
-
coerceAtMost(
T maximumValue) → T -
Ensures that this value is not greater than the specified
maximumValue
.