Function3<A, B, C, D> typedef
Function3<A, B, C, D> =
D Function(A a, B b, C c)
Implementation
typedef D Function3 <A, B, C, D> (A a, B b, C c);