without External Declaration
fun <T : KoDeclarationCastProvider> List<T>.withoutExternalDeclaration(predicate: (KoExternalDeclaration) -> Boolean? = null): List<T>
List containing declarations without the specified external declaration.
Return
A list containing declarations without the specified external declaration.
Parameters
predicate
The predicate function to determine if an external declaration satisfies a condition.