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