BackupImportDataPager
Handles paginated backup data import. This class provides functionality to process and consume data from multiple ordered pages with a custom mapping applied to the data.
It is guaranteed that the data will be read in the same order it was written during backup exporting.
Parameters
T
Type of the data elements that are contained in each backup page.
entries
Initial list of {@link BackupPage} representing the available backup pages. These pages are sorted based on their name, extracting numeric segments for ordering.