Applies this function to the given arguments. @param a the first function argument @param b the second function argument @param c the third function argument @param d the fourth function argument @return the result
(A a, B b, C c, D d)
| 42 | * @return the result |
| 43 | */ |
| 44 | R apply(A a, B b, C c, D d); |
| 45 | } |
no outgoing calls