Uses of Class
org.jooq.lambda.tuple.Range
Packages that use Range
-
Uses of Range in org.jooq.lambda.tuple
Methods in org.jooq.lambda.tuple that return RangeModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
Range<T> Tuple.range
(T lowerInclusive, T upperInclusive) Create a new range with inclusive bounds.Methods in org.jooq.lambda.tuple that return types with arguments of type RangeModifier and TypeMethodDescriptionThe intersection of two ranges.Deprecated.The intersection of two ranges.Methods in org.jooq.lambda.tuple with parameters of type Range
intersect(Range)
instead.