with Represented Type
fun <T : KoRepresentsTypeProvider> List<T>.withRepresentedType(name: String?, vararg names: String?): List<T>
List containing declarations that represents the type.
Return
A list containing declarations with the specified types.
Parameters
name
The type name to include.
names
The type name(s) to include.
List containing declarations that represents the type.
Return
A list containing declarations with the specified types.
Parameters
names
The type name(s) to include.