Type.getInterfaces Method
Returns an Array object that contains the list of interfaces that the type implements.
var a = typeVar.getInterfaces();
Show:
Returns an Array object that contains the list of interfaces that the type implements.
var a = typeVar.getInterfaces();