curry method

R Function(T2) Function(T1) curry()

Implementation

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