| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.domain.impl.matchers |
| Modifier and Type | Class and Description |
|---|---|
class |
IsGreaterThanMatcher
This will check to see if the value on the object is greater than the argument being passed
(the pivot).
|
class |
IsGreaterThanOrEqualToMatcher
This will check to see if the value on the object is greater than or equal to
the argument being passed (the pivot).
|
class |
IsLessThanMatcher
This will check to see if the value on the object is less than the argument being passed
(the pivot).
|
class |
IsLessThanOrEqualToMatcher
This will check to see if the value on the object is less than the or equal to argument being passed
(the pivot).
|
Copyright © 2014–2016. All rights reserved.