private static class Functions.IdentityDoubleFunction extends DoubleFunction
| Modifier | Constructor and Description |
|---|---|
private |
IdentityDoubleFunction() |
| Modifier and Type | Method and Description |
|---|---|
double |
call(double current)
Calculates the new value based on the current value.
|
java.lang.String |
toString() |
callpublic double call(double current)
DoubleFunctioncall in class DoubleFunctioncurrent - the current value.public java.lang.String toString()
toString in class java.lang.Object