T - the type of the input of the functionR - the type of the result of the function@FunctionalInterface public interface IndexedFunction<T,R>
| Modifier and Type | Interface and Description |
|---|---|
static class |
IndexedFunction.Util |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(int index,
T t)
Applies this function to the given argument.
|
Copyright © 2017. All rights reserved.