| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.domain.impl.matchers |
| Modifier and Type | Class and Description |
|---|---|
class |
IsBetweenMatcher
This comparing matcher will determine if the passed value is larger or equal to the first passed
argument and smaller or equal to the second passed argument, thus determining if it falls between
the two values.
|
class |
IsNotBetweenMatcher
This comparing matcher will determine if the passed value is smaller or equal to the first passed
argument and larger or equal to the second passed argument, thus determining if it does not fall
between the two values (if they are in in ascending order themselves).
|
Copyright © 2014–2021. All rights reserved.