NumberPropertyValidatorExt<T, TProperty extends num?> extension

on

Methods

hasExactValue(num exactValue) PropertyValidator<T, TProperty>
hasMaxValue(num maxValue) PropertyValidator<T, TProperty>
hasMinValue(num minValue) PropertyValidator<T, TProperty>
isInNumbers(List<num> values) PropertyValidator<T, TProperty>
isNotInNumbers(List<num> values) PropertyValidator<T, TProperty>