| Modifier and Type | Method and Description |
|---|---|
Stream<T> |
getContent()
Returns the page content as
Stream |
<C extends Collection<T>> |
getContent(Supplier<C> collectionFactory)
Returns the page content as from collection Factory
|
Pagination |
getPagination()
Returns the
Pagination of the current Page |
Page<T> |
next()
|
Pagination getPagination()
Pagination of the current PagePagination<C extends Collection<T>> C getContent(Supplier<C> collectionFactory)
C - the collection typecollectionFactory - the collectionFactoryCollection from collectionFactoryNullPointerException - when collectionFactory is nullCopyright © 2017–2021 Eclipse Foundation. All rights reserved.