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