Uses of Class
tech.jhipster.lite.error.domain.Assert.DoubleAsserter
Packages that use Assert.DoubleAsserter
-
Uses of Assert.DoubleAsserter in tech.jhipster.lite.error.domain
Methods in tech.jhipster.lite.error.domain that return Assert.DoubleAsserterModifier and TypeMethodDescriptionstatic Assert.DoubleAsserterCreate a fluent asserter for Double values (double andDouble)Assert.DoubleAsserter.max(double maxValue) Ensure that the input value is under the given valueAssert.DoubleAsserter.min(double minValue) Ensure that the input value is over the given valueAssert.DoubleAsserter.over(double floor) Ensure that the input value is over the given floorAssert.DoubleAsserter.positive()Ensure that the input value is positive (0 is positive)Assert.DoubleAsserter.strictlyPositive()Ensure that the input value is strictly positive (0 is not strictly positive)Assert.DoubleAsserter.under(double ceil) Ensure that the input value is under the given ceil