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