without Parent Interface
fun <T : KoParentInterfaceProvider> List<T>.withoutParentInterface(indirectParents: Boolean = false, predicate: (KoParentDeclaration) -> Boolean): List<T>
List containing declarations that not have parent interface satisfying the provided predicate.
Return
A list containing declarations without parent interface satisfying the provided predicate.
Parameters
indirect Parents
Whether to include indirect parent interfaces.
predicate
A function that defines the condition to be met by a parent interface declaration.