Natan Lifsiz
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited Check if PsiType is a generic type
AnsweredFor example in public String<T> getId(T obj) How do I check if `T` is a generic type (and not just a class named T)?Or in a more complicated scenario: public String<T> getId(T[] obj) Check if T[...