has Class Or Interface Or Object Declaration
abstract fun hasClassOrInterfaceOrObjectDeclaration(predicate: (KoClassAndInterfaceAndObjectDeclaration) -> Boolean? = null): Boolean
Whether declaration has a specified class, interface or object declaration.
Return
true
if the declaration has the specified class, interface or object declaration (or any class, interface or object declaration if predicate is null
), false
otherwise.
Parameters
predicate
The predicate function used to determine if class, interface or object declaration satisfies a condition.