call abstract method
R
call(
- T1 first,
- T2 second
Applies the given arguments. This method MUST throw an Exception on invalid args.
Implementation
R call(T1 first, T2 second);
Applies the given arguments. This method MUST throw an Exception on invalid args.
R call(T1 first, T2 second);