Skip to content

Function3C<T0, T1, T2, T3>

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

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