with External Type Declaration Of
fun <T : KoDeclarationCastProvider> List<T>.withExternalTypeDeclarationOf(kClass: KClass<*>, vararg kClasses: KClass<*>): List<T>
Deprecated
Will be removed in version 0.19.0
Replace with
withExternalDeclarationOf
Content copied to clipboard
List containing declarations with external declaration of.
Return
A list containing declarations with the external declaration of the specified Kotlin class(es).
Parameters
k Class
The Kotlin class representing the external declaration to include.
k Classes
The Kotlin class(es) representing the external declaration(s) to include.
fun <T : KoDeclarationCastProvider> List<T>.withExternalTypeDeclarationOf(kClasses: Collection<KClass<*>>): List<T>
Deprecated
Will be removed in version 0.19.0
Replace with
withExternalDeclarationOf
Content copied to clipboard
List containing declarations with external declaration of.
Return
A list containing declarations with the external declaration of the specified Kotlin class(es).
Parameters
k Classes
The Kotlin class(es) representing the external declaration(s) to include.