throwFunction5<T0, T1, T2, T3, T4> function

Map5<T0, T1, T2, T3, T4, Never> throwFunction5<T0, T1, T2, T3, T4>(
  1. Object throwable
)

Throwing function with 5 arguments.

Implementation

Map5<T0, T1, T2, T3, T4, Never> throwFunction5<T0, T1, T2, T3, T4>(
        Object throwable) =>
    (arg0, arg1, arg2, arg3, arg4) => throw throwable;