without Local Class Named
fun <T : KoLocalClassProvider> List<T>.withoutLocalClassNamed(name: String, vararg names: String): List<T>
List containing declarations without any of specified local classes.
Return
A list containing declarations without any of specified local classes.
Parameters
name
The name of the local class to exclude.
names
The names of additional local classes to exclude.
List containing declarations without any of specified local classes.
Return
A list containing declarations without any of specified local classes.
Parameters
names
The names of additional local classes to exclude.