constrainIfNotNull

inline fun <T> Validatable<T?>.constrainIfNotNull(block: (value: T) -> Boolean): Constraint