whereIfNotNull

fun <X> AbstractKFilterable<*, *>.whereIfNotNull(value: X?, block: (X) -> KNonNullExpression<Boolean>?)