call abstract method

R call(
  1. T1 first,
  2. T2 second
)

Applies the given arguments. This method MUST throw an Exception on invalid args.

Implementation

R call(T1 first, T2 second);