Skip to content

Function7<T0, T1, T2, T3, T4, T5, T6, T7>

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

Type alias for function taking 7 arguments.