NGDependencyMapper3<T, V1, V2, V3> typedef

NGDependencyMapper3<T, V1, V2, V3> = T Function(V1 val1, V2 val2, V3 val3)

Implementation

typedef T NGDependencyMapper3<T, V1, V2, V3>(V1 val1, V2 val2, V3 val3);