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