Skip to content

Function4C<T0, T1, T2, T3, T4>

typedef Function4C<T0, T1, T2, T3, T4> = T4 Function(T3) Function(T2) Function(T1) Function(
  T0,
)

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