with All Classes
fun <T : KoClassProvider> List<T>.withAllClasses(includeNested: Boolean = true, includeLocal: Boolean = true, predicate: (KoClassDeclaration) -> Boolean): List<T>
List containing declarations that have all classes satisfying the provided predicate.
Return
A filtered list containing declarations with all classes satisfying the predicate.
Parameters
include Nested
Whether to include nested classes.
include Local
Whether to include local classes.
predicate
A function that defines the condition to be met by all class declarations.