partial1 method

Func1<B, C> partial1(
  1. A a
)

Implementation

Func1<B, C> partial1(A a) => _partial1(a, this);