public interface ToDoubleMapping extends Mapping
Modifier and Type | Method and Description |
---|---|
double |
toDouble(java.lang.Object object)
Return the double value associated with the given object.
|
double toDouble(java.lang.Object object)
object
- The given object.