withKotlinBasicTypeDeclarationOf
fun <T : KoDeclarationCastProvider> List<T>.withKotlinBasicTypeDeclarationOf(kClass: KClass<*>, vararg kClasses: KClass<*>): List<T>
List containing declarations with kotlin basic type declaration of.
Return
A list containing declarations with the kotlin basic type declaration of the specified Kotlin class(es).
Parameters
kClass
The Kotlin class representing the kotlin basic type declaration to include.
kClasses
The Kotlin class(es) representing the kotlin basic type declaration(s) to include.
fun <T : KoDeclarationCastProvider> List<T>.withKotlinBasicTypeDeclarationOf(kClasses: Collection<KClass<*>>): List<T>
List containing declarations with kotlin basic type declaration of.
Return
A list containing declarations with the kotlin basic type declaration of the specified Kotlin class(es).
Parameters
kClasses
The Kotlin class(es) representing the kotlin basic type declaration(s) to include.