Function9<A, B, C, D, E, F, G, H, I, J> typedef
Function9<A, B, C, D, E, F, G, H, I, J> =
J Function(A a, B b, C c, D d, E e, F f, G g, H h, I i)
Implementation
typedef J Function9 <A, B, C, D, E, F, G, H, I, J> (A a, B b, C c, D d, E e, F f, G g, H h, I i);