curry method

Func1<A, Func1<B, C>> curry()

Implementation

Func1<A, Func1<B, C>> curry() => _curry(this);