R - the type of the result of the function@FunctionalInterface public interface DoubleFunction<R>
double-valued input argument.Function| Modifier and Type | Method and Description |
|---|---|
R |
apply(double value)
Applies this function to the given argument.
|
R apply(double value)
value - an argumentCopyright © 2017. All rights reserved.