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