Class Paging

java.lang.Object
com.lexmark.saperion.search.Paging

public final class Paging extends Object
  • 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)