R - the type of the result of the function@FunctionalInterfacepublic interfaceDoubleFunction<R>
double-consuming primitive specialization forFunction.This is afunctional interface whose functional method isapply(double).
Function| Modifier and Type | Method | Description |
|---|---|---|
R | apply(double value) | Applies this function to the given argument. |
R apply(double value)
value - the function argument