without Local Function Named
fun <T : KoLocalFunctionProvider> List<T>.withoutLocalFunctionNamed(name: String, vararg names: String): List<T>
List containing declarations without any of specified local functions.
Return
A list containing declarations without any of specified local functions.
Parameters
name
The name of the local function to exclude.
names
The names of additional local functions to exclude.
fun <T : KoLocalFunctionProvider> List<T>.withoutLocalFunctionNamed(names: Collection<String>): List<T>
List containing declarations without any of specified local functions.
Return
A list containing declarations without any of specified local functions.
Parameters
names
The names of additional local functions to exclude.