@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 DoubleToIntFunction
Copyright © 2004–2016. All rights reserved.