R - parameter type of the return value of this function@FunctionalInterface public interface ThrowingDoubleFunction<R> extends DoubleFunction<R>
DoubleFunction| Modifier and Type | Method and Description |
|---|---|
default R |
apply(double value) |
R |
doApply(double value) |