@FunctionalInterface public interface DoubleToIntFunction
double
int
Function
This is a functional interface whose functional method is applyAsInt(double).
applyAsInt(double)
int applyAsInt​(double value)
value
© 2019 Oracle Corporation and/or its affiliates