run method

R run(
  1. T1 t1,
  2. T2 t2
)

Implementation

R run(T1 t1, T2 t2) {
  return this(t1, t2);
}