Uses of Class
tech.jhipster.lite.error.domain.Assert.FloatAsserter
Packages that use Assert.FloatAsserter
-
Uses of Assert.FloatAsserter in tech.jhipster.lite.error.domain
Methods in tech.jhipster.lite.error.domain that return Assert.FloatAsserterModifier and TypeMethodDescriptionstatic Assert.FloatAsserterCreate a fluent asserter for Float values (float andFloat)Assert.FloatAsserter.max(float maxValue) Ensure that the input value is under the given valueAssert.FloatAsserter.min(float minValue) Ensure that the input value is over the given valueAssert.FloatAsserter.over(float floor) Ensure that the input value is over the given floorAssert.FloatAsserter.positive()Ensure that the input value is positive (0 is positive)Assert.FloatAsserter.strictlyPositive()Ensure that the input value is strictly positive (0 is not strictly positive)Assert.FloatAsserter.under(float ceil) Ensure that the input value is under the given ceil