withExtends<T> static method
Implementation
static Iterable<ArtifactTypeMirror> withExtends<T>() sync* {
for (MapEntry<Type, $AClass> entry in ArtifactAccessor.withExtends<T>()) {
yield ArtifactTypeMirror(entry.value.classType, entry.value);
}
}