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