public interface SimpleNumberCoercer
Modifier and Type | Method and Description |
---|---|
Number |
coerceBoxed(Number numToCoerce)
Coerce the given number to a previously determined type, assuming the type is a Boxed type.
|
Class |
getReturnType() |
Number coerceBoxed(Number numToCoerce)
numToCoerce
- is the number to coerce to the given typeClass getReturnType()