public interface Page<T>
| Modifier and Type | Method and Description |
|---|---|
static <T> Page<T> |
empty() |
Stream<T> |
getContent()
Returns the page content as
Stream. |
long |
getTotalElements()
Returns the total amount of elements.
|
int |
getTotalPages()
Returns the number of total pages.
|
Pageable |
next() |
Copyright © 2019. All rights reserved.