TNullableReducerFn4<C, P1, P2, P3, P4> typedef
TNullableReducerFn4<C, P1, P2, P3, P4> =
C Function(GenericPod<P1> ? p1, GenericPod<P2> ? p2, GenericPod<P3> ? p3, GenericPod<P4> ? p4)
Implementation
typedef TNullableReducerFn4<C, P1, P2, P3, P4> = C Function(
GenericPod<P1>? p1,
GenericPod<P2>? p2,
GenericPod<P3>? p3,
GenericPod<P4>? p4,
);