static <ElementType,ExceptionType extends com.lexmark.saperion.exceptions.EcmException> Iterable<ElementType> |
Paging.iterate(int pageSize,
EcmSearchFunction<ElementType,ExceptionType> supplier) |
static <ElementType,ExceptionType extends com.lexmark.saperion.exceptions.EcmException> PagedIterator<ElementType,ExceptionType> |
Paging.iterator(int pageSize,
EcmSearchFunction<ElementType,ExceptionType> supplier) |
static <ElementType,ExceptionType extends com.lexmark.saperion.exceptions.EcmException> Stream<ElementType> |
Paging.stream(int pageSize,
EcmSearchFunction<ElementType,ExceptionType> supplier) |