withoutSourceDeclarationOf
fun <T : KoSourceDeclarationProvider> List<T>.withoutSourceDeclarationOf(kClass: KClass<*>, vararg kClasses: KClass<*>): List<T>
List containing declarations without source declaration of.
Return
A list containing declarations without source declaration of the specified Kotlin class(es).
Parameters
kClass
The Kotlin class representing the source declaration to exclude.
kClasses
The Kotlin class(es) representing the source declaration(s) to exclude.
fun <T : KoSourceDeclarationProvider> List<T>.withoutSourceDeclarationOf(kClasses: Collection<KClass<*>>): List<T>
List containing declarations without source declaration of.
Return
A list containing declarations without source declaration of the specified Kotlin class(es).
Parameters
kClasses
The Kotlin class(es) representing the source declaration(s) to exclude.