com.atlassian.bitbucket.util.Page<T> |
Known Indirect Subclasses
FilteredPageImpl<T>,
PageImpl<T>,
PullRequestActivityPage<T extends PullRequestActivity>,
SimplePullRequestActivityPage<T extends PullRequestActivity>
|
Provides support for pagination. This interface makes no guarantee that the next Page will have a start
offset of getStart()
+ getLimit()
.
Clients should always use getNextPageRequest()
to navigate to the next page.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get a map of the page values mapped by their ordinal values.
| |||||||||||
Transforms the page from a page of Ts to a page of Es
|
true
if there are no more results
Get a map of the page values mapped by their ordinal values. For filtered pages, the ordinals are the ordinals in the underlying paged collection.
Stream
of the values on this page
Transforms the page from a page of Ts to a page of Es
transformFunction | the transformer |
---|