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