withAllObjectsNamed

fun <T : KoObjectProvider> List<T>.withAllObjectsNamed(name: String, vararg names: String, includeNested: Boolean = true): List<T>

List containing declarations that have all specified objects.

Return

A list containing declarations with all specified object(s).

Parameters

name

The name of the object to include.

names

The name(s) of the object(s) to include.

includeNested

Whether to include nested objects.


fun <T : KoObjectProvider> List<T>.withAllObjectsNamed(names: Collection<String>, includeNested: Boolean = true): List<T>

List containing declarations that have all specified objects.

Return

A list containing declarations with all specified object(s).

Parameters

names

The name(s) of the object(s) to include.

includeNested

Whether to include nested objects.