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