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