Closed bakatz closed 4 years ago
Hi Ben
Thanks for the suggestion, I added this new predicate betweenInclusive
.
In the next release will be available.
Regards,
Amazing, thanks for the quick response.
Thanks @bakatz.
Available in release 1.7.6
I believe the most user-friendly implementation would be (below is Kotlin code, may not convert entirely cleanly to java):
Which relies on *OrEqual functions.
Otherwise this can be implemented as a separate method from between, or as a parameter (Boolean inclusive)