Skip to content

Function8C<T0, T1, T2, T3, T4, T5, T6, T7, T8>

typedef Function8C<T0, T1, T2, T3, T4, T5, T6, T7, T8> = T8 Function(T7) Function(T6) Function(T5) Function(T4) Function(T3) Function(T2) Function(T1) Function(
  T0,
)

Type alias for curried function that takes 8 arguments, one at a time.