apply method

R Function(T2, T3) apply(
  1. T1 t1
)

Implementation

R Function(T2, T3) apply(T1 t1) => (T2 t2, T3 t3) => this(t1, t2, t3);