partial method
Implementation
Function3<B, C, D, R> partial(A first) =>
(B second, C third, D fourth) => this(first, second, third, fourth);
Function3<B, C, D, R> partial(A first) =>
(B second, C third, D fourth) => this(first, second, third, fourth);