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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.lexmark.saperion.search.SearchResultPage<ResultType>
apply(int offset, int size)
-
-
-
Method Detail
-
apply
com.lexmark.saperion.search.SearchResultPage<ResultType> apply(int offset, int size) throws ExceptionType extends com.lexmark.saperion.exceptions.EcmException
- Throws:
ExceptionType extends com.lexmark.saperion.exceptions.EcmException
-
-