T - the type of the first argumentU - the type of the second argumentR - the type of the result of the functionpublic interface IndexedBiFunction<T,U,R>
| Modifier and Type | Interface and Description |
|---|---|
static class |
IndexedBiFunction.Util |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(int index,
T value1,
U value2)
Applies this function to the given arguments.
|
Copyright © 2018. All rights reserved.