without Interface Or Object Declaration
fun <T : KoDeclarationCastProvider> List<T>.withoutInterfaceOrObjectDeclaration(predicate: (KoInterfaceAndObjectDeclaration) -> Boolean? = null): List<T>
List containing declarations without the specified interface or object declaration.
Return
A list containing declarations without the specified interface or object declaration.
Parameters
predicate
The predicate function to determine if a interface or object declaration satisfies a condition.