public interface NumberTransformer
Modifier and Type | Method and Description |
---|---|
double |
transform(Object o)
Implementing this interface provides a facility to transform
from Object to Double.
|
double transform(Object o)
o
- the Object to be transformed.MathIllegalArgumentException
- if the Object can not be transformed into a Double.Copyright © 2021 CNES. All rights reserved.