@FunctionalInterface public interface IntToDoubleFunction extends IntToDoubleFunction, Serializable
| Modifier and Type | Method and Description |
|---|---|
default double |
applyAsDouble(int each) |
double |
valueOf(int intParameter) |
double valueOf(int intParameter)
default double applyAsDouble(int each)
applyAsDouble in interface IntToDoubleFunctionCopyright © 2004–2023. All rights reserved.