apply method

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

Implementation

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