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