with Bare Source Type Of
fun <T : KoSourceTypeProvider> List<T>.withBareSourceTypeOf(kClass: KClass<*>, vararg kClasses: KClass<*>): List<T>
List containing declarations with bare source type of.
Return
A list containing declarations with the bare source type matching any of the specified types.
Parameters
k Class
The Kotlin class representing the bare source type to include.
k Classes
The Kotlin classes representing the bare source types to include.
fun <T : KoSourceTypeProvider> List<T>.withBareSourceTypeOf(kClasses: Collection<KClass<*>>): List<T>
List containing declarations with bare source type of.
Return
A list containing declarations with the bare source type matching any of the specified types.
Parameters
k Classes
The Kotlin classes representing the bare source types to include.