without All Interfaces
fun <T : KoInterfaceProvider> List<T>.withoutAllInterfaces(includeNested: Boolean = true, predicate: (KoInterfaceDeclaration) -> Boolean): List<T>
List containing declarations that have at least one interface not satisfying the provided predicate.
Return
A list containing declarations that have at least one interface not satisfying the provided predicate.
Parameters
include Nested
Whether to include nested interfaces.
predicate
A function that defines the condition to be met by all interface declarations.