N - The type of the next step (returned by excludeLimit().public interface RangePredicateLimitExcludeStep<N>
| Modifier and Type | Method and Description |
|---|---|
N |
excludeLimit()
Exclude the limit that was just defined from the range,
i.e.
|
N excludeLimit()
RangePredicateLimitsStep.below(Object) or RangePredicateToStep.to(Object),
this will exclude the upper bound from the range.
After a RangePredicateLimitsStep.above(Object) or RangePredicateLimitsStep.from(Object),
this 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.