Hi,
I've recently stumbled over a method in an interface I need to implement which looks like:
<T> T methodName();
I've never seen such a strange return type, it would be great if somebody could take the patience and just explain short whats all this is about.
So ok the <T> is some generic universal type I guess, but whats about that single T after it?
Sorry for the dumb question.
Thank you in advance, Clemens