public interface RangePredicateTerminalContext extends SearchPredicateTerminalContext
Modifier and Type | Method and Description |
---|---|
SearchPredicateTerminalContext |
excludeLimit()
Exclude the limit bound from the range.
|
toPredicate
SearchPredicateTerminalContext excludeLimit()
RangePredicateFieldSetContext.below(Object)
or RangePredicateFromContext.to(Object)
will exclude the upper bound from the range.
After a RangePredicateFieldSetContext.above(Object)
will exclude the lower bound.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.