| Constructor and Description |
|---|
Clamping(T minValue,
T maxValue) |
Clamping(T minValue,
T maxValue,
Function<T,T> originalFunction) |
| Modifier and Type | Method and Description |
|---|---|
T |
value(T argument)
Returns the value of this function at the given argument.
|