withAllProperties

fun <T : KoPropertyProvider> List<T>.withAllProperties(includeNested: Boolean = true, predicate: (KoPropertyDeclaration) -> Boolean): List<T>

List containing declarations that have all properties satisfying the provided predicate.

Return

A filtered list containing declarations with all properties satisfying the predicate.

Parameters

includeNested

Whether to include nested properties.

predicate

A function that defines the condition to be met by all property declarations.