with Local Function Named
fun <T : KoLocalFunctionProvider> List<T>.withLocalFunctionNamed(name: String, vararg names: String): List<T>
List containing declarations that have at least one local function with the specified name(s).
Return
A list containing declarations with at least one of the specified local function(s).
Parameters
name
The name of the local function to include.
names
The names of additional local functions to include.
fun <T : KoLocalFunctionProvider> List<T>.withLocalFunctionNamed(names: Collection<String>): List<T>
List containing declarations that have at least one local function with the specified name(s).
Return
A list containing declarations with at least one of the specified local function(s).
Parameters
names
The names of additional local functions to include.