Uses of Class
io.fluxzero.common.api.search.constraints.BetweenConstraint
Packages that use BetweenConstraint
-
Uses of BetweenConstraint in io.fluxzero.common.api.search.constraints
Methods in io.fluxzero.common.api.search.constraints that return BetweenConstraintModifier and TypeMethodDescriptionstatic BetweenConstraintCreates a constraint that matches values in the given path that are greater than or equal tomin.static BetweenConstraintCreates a constraint that matches values in the given path that are less thanmaxExclusive.static BetweenConstraintCreates a constraint that matches values in the given path that are greater than or equal tominand less thanmax.