with All Type Arguments Named
fun <T : KoTypeArgumentProvider> List<T>.withAllTypeArgumentsNamed(name: String, vararg names: String): List<T>
List containing declarations that have all specified type arguments.
Return
A list containing declarations with all specified type argument(s).
Parameters
name
The name of the type argument to include.
names
The name(s) of the type argument(s) to include.
fun <T : KoTypeArgumentProvider> List<T>.withAllTypeArgumentsNamed(names: Collection<String>): List<T>
List containing declarations that have all specified type arguments.
Return
A list containing declarations with all specified type argument(s).
Parameters
names
The name(s) of the type argument(s) to include.