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