without All Classes And Interfaces And Objects
fun <T : KoClassAndInterfaceAndObjectProvider> List<T>.withoutAllClassesAndInterfacesAndObjects(includeNested: Boolean = true, includeLocal: Boolean = true, predicate: (KoClassAndInterfaceAndObjectDeclaration) -> Boolean): List<T>
List containing declarations that have at least one class, interface or object not satisfying the provided predicate.
Return
A list containing declarations that have at least one class, interface or object not satisfying the provided predicate.
Parameters
include Nested
Whether to include nested classes, interfaces and objects.
include Local
Whether to include local classes.
predicate
A function that defines the condition to be met by all class, interfaces and objects declarations.