TResponderFn4<P1 extends Object, P2 extends Object, P3 extends Object, P4 extends Object> typedef
TResponderFn4<P1 extends Object, P2 extends Object, P3 extends Object, P4 extends Object> =
(GenericPod<P1> , GenericPod<P2> , GenericPod<P3> , GenericPod<P4> ) Function()
Implementation
typedef TResponderFn4<
P1 extends Object,
P2 extends Object,
P3 extends Object,
P4 extends Object
> =
(GenericPod<P1> p1, GenericPod<P2> p2, GenericPod<P3> p3, GenericPod<P4> p4)
Function();