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