withAllPropertiesNamed

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

List containing declarations that have all specified properties.

Return

A list containing declarations with all specified properties.

Parameters

name

The name of the property to include.

names

The name(s) of the properties to include.

includeNested

Whether to include nested properties.


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

List containing declarations that have all specified properties.

Return

A list containing declarations with all specified properties.

Parameters

names

The name(s) of the properties to include.

includeNested

Whether to include nested properties.