withoutAllProperties

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

List containing declarations that have at least one property not satisfying the provided predicate.

Return

A list containing declarations that have at least one property not satisfying the provided predicate.

Parameters

includeNested

Whether to include nested properties.

predicate

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