DoubleRangeValidatorBuilder |
DoubleRangeValidatorBuilder.lowerBound(double value) |
Sets an inclusive lower bound of this validator.
|
DoubleRangeValidatorBuilder |
DoubleRangeValidatorBuilder.lowerBoundExclusive(double value) |
Sets an exclusive lower bound of this validator.
|
DoubleRangeValidatorBuilder |
DoubleRangeValidatorBuilder.upperBound(double value) |
Sets the inclusive upper bound of this validator.
|
DoubleRangeValidatorBuilder |
DoubleRangeValidatorBuilder.upperBoundExclusive(double value) |
Sets the exclusive upper bound of this validator.
|