N - The type of the next step (returned by excludeLimit().RangePredicateMatchingStep instead.@Deprecated public interface RangePredicateLimitExcludeStep<N>
| Modifier and Type | Method and Description |
|---|---|
N |
excludeLimit()
Deprecated.
Use the appropriate method in
RangePredicateMatchingStep instead. |
@Deprecated N excludeLimit()
RangePredicateMatchingStep instead.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.