Applies this function to the given arguments. @param t the first input argument @param u the second function argument @param v the third function argument @return the function result
(T t, U u, V v)
| 45 | * @return the function result |
| 46 | */ |
| 47 | R apply(T t, U u, V v); |
| 48 | } |
no outgoing calls