withoutExternalParentNamed

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

List containing declarations without any of specified external parents. The external parent is a parent defined outside the project codebase (defined inside external library).

Return

A list containing declarations without any of specified external parents.

Parameters

name

The name of the external parent to exclude.

names

The names of additional external parents to exclude.

indirectParents

Whether to include indirect external parents.


List containing declarations without any of specified external parents. The external parent is a parent defined outside the project codebase (defined inside external library).

Return

A list containing declarations without any of specified external parents.

Parameters

names

The names of additional external parents to exclude.

indirectParents

Whether to include indirect external parents.