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