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