Package com.lexmark.saperion.search
Class Paging
java.lang.Object
com.lexmark.saperion.search.Paging
-
Method Summary
Modifier and TypeMethodDescriptionstatic <ElementType,
ExceptionType extends com.lexmark.saperion.exceptions.EcmException>
Iterable<ElementType>iterate
(int pageSize, EcmSearchFunction<ElementType, ExceptionType> supplier) static <ElementType,
ExceptionType extends com.lexmark.saperion.exceptions.EcmException>
PagedIterator<ElementType,ExceptionType> iterator
(int pageSize, EcmSearchFunction<ElementType, ExceptionType> supplier) static <ElementType,
ExceptionType extends com.lexmark.saperion.exceptions.EcmException>
Stream<ElementType>stream
(int pageSize, EcmSearchFunction<ElementType, ExceptionType> supplier)
-
Method Details
-
iterate
public static <ElementType,ExceptionType extends com.lexmark.saperion.exceptions.EcmException> Iterable<ElementType> iterate(int pageSize, EcmSearchFunction<ElementType, ExceptionType> supplier) -
iterator
public static <ElementType,ExceptionType extends com.lexmark.saperion.exceptions.EcmException> PagedIterator<ElementType,ExceptionType> iterator(int pageSize, EcmSearchFunction<ElementType, ExceptionType> supplier) -
stream
public static <ElementType,ExceptionType extends com.lexmark.saperion.exceptions.EcmException> Stream<ElementType> stream(int pageSize, EcmSearchFunction<ElementType, ExceptionType> supplier)
-