with Represented Type Of
fun <T : KoRepresentsTypeProvider> List<T>.withRepresentedTypeOf(kClass: KClass<*>?, vararg kClasses: KClass<*>?): List<T>
List containing declarations that represents the type.
Return
A list containing declarations with types matching the specified Kotlin classes.
Parameters
k Class
The Kotlin class representing the type to include.
k Classes
The Kotlin classes representing the types to include.
fun <T : KoRepresentsTypeProvider> List<T>.withRepresentedTypeOf(kClasses: Collection<KClass<*>?>): List<T>
List containing declarations that represents the type.
Return
A list containing declarations with types matching the specified Kotlin classes.
Parameters
k Classes
The Kotlin classes representing the types to include.