java.lang.Object | |
↳ | com.atlassian.bitbucket.util.FilteredPageImpl<T> |
An instance of Page
that supports pagination across an underlying paged collection.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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.
Transforms the page from a page of Ts to a page of Es
transformFunction | the transformer |
---|