throwFunction4<T1, T2, T3, T4> function
Throwing function with 4 positional arguments.
Implementation
Map4<T1, T2, T3, T4, Never> throwFunction4<T1, T2, T3, T4>(Object throwable) =>
(arg1, arg2, arg3, arg4) => throw throwable;