What is a Java Action Type parameter

0
Hi there I’m creating a new Java Action and I always discarded the type parameter tab. Now however, I’m creating something professional and would like to understand what are type parameters. The guide did not help and I cannot find examples on it and so it’s a concept that is still completely oblivious to me and I feel like it may be helpful if I understand it correctly. So my question is, what are Type parameters, how can I use them, and can you provide an example. Thanks
asked
1 answers
0

Hi Mohamed,

I feel like Type parameters is quite a little similar with Entity Type, but for your JAVA call if you would like to pass a List of a certain Object (or Entity) I think then you need to specify the parameter type as “List”

 

And in that situation I think List could be counted as Type parameters

Just my personal understanding about this, please just correct me if I made anything wrong.

answered