with Parameter Named
fun <T : KoParametersProvider> List<T>.withParameterNamed(name: String, vararg names: String): List<T>
List containing declarations that have at least one parameter with the specified name(s).
Return
A list containing declarations with at least one of the specified parameter(s).
Parameters
name
The name of the parameter to include.
names
The names of additional parameters to include.
List containing declarations that have at least one parameter with the specified name(s).
Return
A list containing declarations with at least one of the specified parameter(s).
Parameters
names
The names of additional parameters to include.