public interface ToDoubleFunction<T>
MetricRegistry
for an example of its use.
Note: This class is based on the java.util.ToDoubleFunction class added in Java 1.8. We cannot use the Function from Java 1.8 because this library is Java 1.6 compatible.
Modifier and Type | Method and Description |
---|---|
double |
applyAsDouble(T value)
Applies this function to the given argument.
|
double applyAsDouble(T value)
value
- the function argument.