without All Variables Named
fun <T : KoVariableProvider> List<T>.withoutAllVariablesNamed(name: String, vararg names: String): List<T>
List containing declarations without all specified variables.
Return
A list containing declarations without all specified variables.
Parameters
name
The name of the variable to exclude.
names
The name(s) of the variables to exclude.
List containing declarations without all specified variables.
Return
A list containing declarations without all specified variable(s).
Parameters
names
The name(s) of the variable(s) to exclude.