@FunctionalInterface public interface LongToDoubleFunction
long-to-double primitive
specialization for Function.
This is a functional interface
whose functional method is applyAsDouble(long).
Function| Modifier and Type | Method and Description |
|---|---|
double |
applyAsDouble(long value)
Applies this function to the given argument.
|
Dracula Javadoc Sample, Made with Allan Im.