without All Local Functions Named
fun <T : KoLocalFunctionProvider> List<T>.withoutAllLocalFunctionsNamed(name: String, vararg names: String): List<T>
List containing declarations without all specified local functions.
Return
A list containing declarations without all specified local function(s).
Parameters
name
The name of the local function to exclude.
names
The name(s) of the local function(s) to exclude.
fun <T : KoLocalFunctionProvider> List<T>.withoutAllLocalFunctionsNamed(names: Collection<String>): List<T>
List containing declarations without all specified local functions.
Return
A list containing declarations without all specified local function(s).
Parameters
names
The name(s) of the local function(s) to exclude.