T - the type of the input to the function@FunctionalInterfacepublic interfaceToDoubleFunction<T>
double-producing primitive specialization forFunction.This is afunctional interface whose functional method isapplyAsDouble(Object).
Function| Modifier and Type | Method | Description |
|---|---|---|
double | applyAsDouble(T value) | Applies this function to the given argument. |
double applyAsDouble(T value)
value - the function argument