uncurry method

Func2<A, B, C> uncurry()

Implementation

Func2<A, B, C> uncurry() => _uncurry(this);