T
- the type of the paginated object.public interface KeyValuePicker<T>
Paginator
DSL allowing to specify the value used as boundary in the
case of a key-based pagination.Modifier and Type | Method and Description |
---|---|
<C extends Comparable<? super C>> |
after(C value)
Specify the value used as lower-boundary of the previously specified attribute.
|
<C extends Comparable<? super C>> |
before(C value)
Specify the value used as upper-boundary of the previously specified attribute.
|
<C extends Comparable<? super C>> LimitPicker<Slice<T>,T> before(C value)
C
- the type of the value.value
- the value used as upper-boundary.<C extends Comparable<? super C>> LimitPicker<Slice<T>,T> after(C value)
C
- the type of the value.value
- the value used as lower-boundary.Copyright © 2013-2018–2019 SeedStack. All rights reserved.