ComparableCoerceAtLeastExtension<T extends Comparable<T> > extension
- on
-
- T
Methods
-
coerceAtLeast(
T minimumValue) → T -
Ensures that this value is not less than the specified
minimumValue
.