@FunctionalInterface public interface DoubleToLongFunction
double-to-
long primitive specialization for
Function.
This is a functional interface whose functional method is applyAsLong(double).
Function
| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(double value)
Applies this function to the given argument.
|