comparableBoundsRestrictions
fun <T : Comparable<T>> comparableBoundsRestrictions(validations: Iterable<Validation<T>>, typeMin: T? = null, typeMax: T? = null): Map<String, T>(source)
Builds the comparable bounds restrictions of a schema, given its validations.