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