without Kotlin Basic Type Declaration
fun <T : KoDeclarationCastProvider> List<T>.withoutKotlinBasicTypeDeclaration(predicate: (KoKotlinTypeDeclaration) -> Boolean? = null): List<T>
List containing declarations without the specified kotlin basic type declaration.
Return
A list containing declarations without the specified kotlin basic type declaration.
Parameters
predicate
The predicate function to determine if a kotlin basic type declaration satisfies a condition.