DoubleToIntFunction
, Serializable
@FunctionalInterface public interface DoubleToIntFunction extends DoubleToIntFunction, Serializable
Modifier and Type | Method | 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–2019. All rights reserved.