Class Range.RangeBuilder<T>
java.lang.Object
org.springframework.data.domain.Range.RangeBuilder<T>
-
Method Summary
Modifier and TypeMethodDescriptionto(Range.Bound<T> upper) Create aRangegiven the upperRange.Bound.
-
Method Details
-
to
Create aRangegiven the upperRange.Bound.- Parameters:
upper- must not be null.
-