call abstract method

R call(
  1. T arg
)

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

Implementation

R call(T arg);