with Type Argument Named
fun <T : KoTypeArgumentProvider> List<T>.withTypeArgumentNamed(name: String, vararg names: String): List<T>
List containing declarations that have at least one type argument with the specified name(s).
Return
A list containing declarations with at least one of the specified type argument(s).
Parameters
name
The name of the type argument to include.
names
The names of additional type arguments to include.
List containing declarations that have at least one type argument with the specified name(s).
Return
A list containing declarations with at least one of the specified type argument(s).
Parameters
names
The names of additional type arguments to include.