Searched refs:withLowerBoundType (Results 1 – 3 of 3) sorted by relevance
49 abstract Cut<C> withLowerBoundType(BoundType boundType, DiscreteDomain<C> domain); in withLowerBoundType() method in Cut131 @Override Cut<Comparable<?>> withLowerBoundType(BoundType boundType, in withLowerBoundType() method in Cut.BelowAll197 @Override Cut<Comparable<?>> withLowerBoundType(BoundType boundType, in withLowerBoundType() method in Cut.AboveAll246 @Override Cut<C> withLowerBoundType(BoundType boundType, DiscreteDomain<C> domain) { in withLowerBoundType() method in Cut.BelowValue304 @Override Cut<C> withLowerBoundType(BoundType boundType, DiscreteDomain<C> domain) { in withLowerBoundType() method in Cut.AboveValue
149 return Ranges.create(range.lowerBound.withLowerBoundType(lowerBoundType, domain), in range()
147 return Ranges.create(range.lowerBound.withLowerBoundType(lowerBoundType, domain), in range()