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