Uses of Interface
com.lexmark.saperion.search.EcmSearchFunction
Packages that use EcmSearchFunction
- 
Uses of EcmSearchFunction in com.lexmark.saperion.searchSubinterfaces of EcmSearchFunction in com.lexmark.saperion.searchMethods in com.lexmark.saperion.search with parameters of type EcmSearchFunctionModifier and TypeMethodDescriptionstatic <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) Constructors in com.lexmark.saperion.search with parameters of type EcmSearchFunctionModifierConstructorDescriptionPagedIterator(int pageSize, EcmSearchFunction<EntryType, ExceptionType> supplier)