IBetweenConditionBuilder<T, U>
Builds a condition that allows any result that is greater than the start value and less than the end value to pass.
Values that are found between the start and end values will be returned.