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