withoutAllInterfacesAndObjects

fun <T : KoInterfaceAndObjectProvider> List<T>.withoutAllInterfacesAndObjects(    includeNested: Boolean = true,     predicate: (KoInterfaceAndObjectDeclaration) -> Boolean): List<T>

List containing declarations that have at least one interface or object not satisfying the provided predicate.

Return

A list containing declarations that have at least one interface or object not satisfying the provided predicate.

Parameters

includeNested

Whether to include nested interfaces and objects.

predicate

A function that defines the condition to be met by all interface or objects declarations.