withAllExternalParentsNamed

fun <T : KoExternalParentProvider> List<T>.withAllExternalParentsNamed(name: String, vararg names: String, indirectParents: Boolean = false): List<T>

List containing declarations that have all specified external parents. The external parent is a parent defined outside the project codebase (defined inside external library).

Return

A list containing declarations with all specified external parent(s).

Parameters

name

The name of the external parent to include.

names

The name(s) of the external parent(s) to include.

indirectParents

Whether to include indirect external parents.


List containing declarations that have all specified external parents. The external parent is a parent defined outside the project codebase (defined inside external library).

Return

A list containing declarations with all specified external parent(s).

Parameters

names

The name(s) of the external parent(s) to include.

indirectParents

Whether to include indirect external parents.