T
- The first input typeU
- The second input typeS
- The output typepublic interface Function2<T,U,S>
T
and another of type U
and transforms them to one of type S
Modifier and Type | Method and Description |
---|---|
S |
call(T value,
U value2) |