public class SearchResultUtil
extends java.lang.Object
Constructor and Description |
---|
SearchResultUtil() |
Modifier and Type | Method and Description |
---|---|
static <T,R> SearchResult<R> |
transform(SearchResult<T> res,
java.util.Collection<R> results)
Transforms the results of a SearchResult.
|
static <T,R> SearchResult<R> |
transform(SearchResult<T> res,
java.util.Collection<R> results,
java.lang.Integer pageSize)
Sets the pageSize of a SearchResult, and potentially transforms results.
|
public static <T,R> SearchResult<R> transform(SearchResult<T> res, java.util.Collection<R> results)
public static <T,R> SearchResult<R> transform(SearchResult<T> res, java.util.Collection<R> results, java.lang.Integer pageSize)