withVariableNamed

fun <T : KoVariableProvider> List<T>.withVariableNamed(name: String, vararg names: String): List<T>

List containing declarations that have at least one variable with the specified name(s).

Return

A list containing declarations with at least one of the specified variables.

Parameters

name

The name of the variable to include.

names

The names of additional variables to include.


List containing declarations that have at least one variable with the specified name(s).

Return

A list containing declarations with at least one of the specified variable(s).

Parameters

names

The names of additional variables to include.