Hello IvyTeam Is there a simple way calling self made generic classes? Like the List. Data: in Ivyscript: generic Class: It would be great if there is a solution. Thanks for an answer and Greetings Edit:
Trying to extend a class with the Generic doesn't help any further.
asked 19.02.2014 at 13:18 Alexis Flavio Sadeghi ♦♦ |
At the moment IvyScript can handle Generics only on its own List<?> class. On all other classes Generics are ignored. There is already a feature request for this. See issue 18147. As a workaround you can cast the result of the generic method to the right type:
answered 20.02.2014 at 08:56 Reto Weiss ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 19.02.2014 at 13:18
Seen: 2,078 times
Last updated: 20.02.2014 at 08:57