R - the type of the result of the functionpublic interface DoubleFunction<R>
double-valued input argument.Function| Modifier and Type | Interface and Description |
|---|---|
static class |
DoubleFunction.Util |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(double value)
Applies this function to the given argument.
|
R apply(double value)
value - an argumentCopyright © 2018. All rights reserved.