| Package | Description |
|---|---|
| io.toro.common.data |
| Modifier and Type | Method and Description |
|---|---|
default <T extends Pageable> |
Pageable.first()
Returns the
Pageable requesting the first page. |
<T extends Pageable> |
Pageable.from(int page,
int size) |
default <T extends Pageable> |
Pageable.next()
|
default <T extends Pageable> |
Pageable.previousOrFirst()
|
| Modifier and Type | Method and Description |
|---|---|
static Pageable |
Pageable.create(int page,
int size)
Creates a new
Pageable. |
Pageable |
Slice.nextPageable()
|
Pageable |
Slice.previousPageable()
|
| Constructor and Description |
|---|
DefaultPage(List<T> content,
Pageable pageable,
long total)
Constructor of
PageImpl. |
Copyright © 2021. All rights reserved.