Uses of Interface
com.lexmark.saperion.search.EcmSearchFunction
-
Packages that use EcmSearchFunction Package Description com.lexmark.saperion.search -
-
Uses of EcmSearchFunction in com.lexmark.saperion.search
Subinterfaces of EcmSearchFunction in com.lexmark.saperion.search Modifier and Type Interface Description interface
SearchFunction<ResultType>
Methods in com.lexmark.saperion.search with parameters of type EcmSearchFunction Modifier and Type Method Description static <ElementType,ExceptionType extends com.lexmark.saperion.exceptions.EcmException>
java.lang.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>
java.util.stream.Stream<ElementType>Paging. stream(int pageSize, EcmSearchFunction<ElementType,ExceptionType> supplier)
Constructors in com.lexmark.saperion.search with parameters of type EcmSearchFunction Constructor Description PagedIterator(int pageSize, EcmSearchFunction<EntryType,ExceptionType> supplier)
-