T
- The first input typeU
- The second input typeS
- The output typepublic interface IndexedFunction2<T,U,S>
T
, another of type U
and
an Integer
index, and returns a value of type S
.Modifier and Type | Method and Description |
---|---|
S |
call(T value,
U value2,
Integer index) |