TNullableReducerFn3<C, P1, P2, P3> typedef

TNullableReducerFn3<C, P1, P2, P3> = C Function(GenericPod<P1>? p1, GenericPod<P2>? p2, GenericPod<P3>? p3)

Implementation

typedef TNullableReducerFn3<C, P1, P2, P3> = C Function(
  GenericPod<P1>? p1,
  GenericPod<P2>? p2,
  GenericPod<P3>? p3,
);