run method

R run(
  1. T1 t1
)

Implementation

R run(T1 t1) {
  return this(t1);
}