Package com.lexmark.saperion.search
Interface EcmSearchFunction<ResultType,ExceptionType extends com.lexmark.saperion.exceptions.EcmException>
- All Known Subinterfaces:
SearchFunction<ResultType>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface EcmSearchFunction<ResultType,ExceptionType extends com.lexmark.saperion.exceptions.EcmException>
-
Method Summary
Modifier and TypeMethodDescriptioncom.lexmark.saperion.search.SearchResultPage<ResultType>
apply
(int offset, int size)
-
Method Details
-
apply
com.lexmark.saperion.search.SearchResultPage<ResultType> apply(int offset, int size) throws ExceptionType - Throws:
ExceptionType extends com.lexmark.saperion.exceptions.EcmException
-