R - the type of the result of the functionE - the type of the exceptionpublic interface ThrowableDoubleFunction<R,E extends java.lang.Throwable>
double-valued input argument.DoubleFunction| Modifier and Type | Method and Description |
|---|---|
R |
apply(double value)
Applies this function to the given argument.
|