Skip to content

Conversation

@alechenninger
Copy link
Member

This would allow you to get all rows in all pages (or filter all rows within all pages)... at least I think it should work.

MyPaginatedTable paginatedTable = ...
paginatedTable.getAscendingPages()
    .flatMap(MyPaginatedTable::getRows)
    .forEach(r -> r.getCell(MY_COLUMN).doSomething());

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.5%) to 74.89% when pulling 3135c8e on table-streams into fbe54fc on master.

@alechenninger
Copy link
Member Author

/cc @abocz @dmcneil @jvervaec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants