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