@FunctionalInterface public interface DoubleToIntFunction extends DoubleToIntFunction, Serializable
| Modifier and Type | Method and Description |
|---|---|
default int |
applyAsInt(double each) |
int |
valueOf(double doubleParameter) |
int valueOf(double doubleParameter)
default int applyAsInt(double each)
applyAsInt in interface DoubleToIntFunctionCopyright © 2004–2020. All rights reserved.