applyAll method

R Function() applyAll(
  1. T1 t1,
  2. T2 t2
)

Implementation

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