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