Uses of Class
io.fluxcapacitor.common.api.search.constraints.BetweenConstraint
| Package | Description |
|---|---|
| io.fluxcapacitor.common.api.search.constraints |
-
Uses of BetweenConstraint in io.fluxcapacitor.common.api.search.constraints
Methods in io.fluxcapacitor.common.api.search.constraints that return BetweenConstraint Modifier and Type Method Description static BetweenConstraintBetweenConstraint. atLeast(@NonNull Object min, @NonNull String path)static BetweenConstraintBetweenConstraint. below(@NonNull Object maxExclusive, @NonNull String path)static BetweenConstraintBetweenConstraint. between(Object min, Object maxExclusive, @NonNull String path)