int
-to-double
primitive
specialization for Function
.
This is a functional interface
whose functional method is applyAsDouble(int)
.
Function
Modifier and Type | Method and Description |
---|---|
public double | Returns: the function resultthe function argument value)Applies this function to the given argument. |
applyAsDouble | back to summary |
---|---|
public double applyAsDouble(int value) Applies this function to the given argument.
|