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