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