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