without All Local Classes Named
fun <T : KoLocalClassProvider> List<T>.withoutAllLocalClassesNamed(name: String, vararg names: String): List<T>
List containing declarations without all specified local classes.
Return
A list containing declarations without all specified local class(es).
Parameters
name
The name of the local class to exclude.
names
The name(s) of the local class(es) to exclude.
fun <T : KoLocalClassProvider> List<T>.withoutAllLocalClassesNamed(names: Collection<String>): List<T>
List containing declarations without all specified local classes.
Return
A list containing declarations without all specified local class(es).
Parameters
names
The name(s) of the local class(es) to exclude.