without Property
fun <T : KoPropertyProvider> List<T>.withoutProperty(includeNested: Boolean = true, predicate: (KoPropertyDeclaration) -> Boolean): List<T>
List containing declarations that not have property satisfying the provided predicate.
Return
A list containing declarations without property satisfying the provided predicate.
Parameters
include Nested
Whether to include nested properties.
predicate
A function that defines the condition to be met by a property declaration.