predicate

abstract infix fun <R> KProperty1<T, R>.predicate(predicate: (R) -> Boolean)

Includes only values for which the given predicate returns true.