call abstract method
R
call(
- T arg
Applies the given arguments. This method MUST throw an Exception on invalid args.
Implementation
R call(T arg);
Applies the given arguments. This method MUST throw an Exception on invalid args.
R call(T arg);