public final class PageCollectorTemplate extends Object
| Modifier and Type | Method and Description |
|---|---|
static <ENTITY> List<ENTITY> |
collectAllPages(BiFunction<Integer,Integer,List<ENTITY>> pageSupplier,
int pageSize) |
static <ENTITY,PAGE> |
collectAllPages(Function<PAGE,List<ENTITY>> pageSupplier,
BiFunction<Integer,Integer,PAGE> pageableBuilder,
int pageSize) |
public static <ENTITY> List<ENTITY> collectAllPages(BiFunction<Integer,Integer,List<ENTITY>> pageSupplier, int pageSize)
Copyright © 2019. All rights reserved.