Uses of Interface
ubic.gemma.rest.util.Responders.FilterMethod
-
Packages that use Responders.FilterMethod Package Description ubic.gemma.rest.util -
-
Uses of Responders.FilterMethod in ubic.gemma.rest.util
Methods in ubic.gemma.rest.util with parameters of type Responders.FilterMethod Modifier and Type Method Description static <T> FilteredAndPaginatedResponseDataObject<T>
Responders. paginate(Responders.FilterMethod<T> filterMethod, Filters filters, String[] groupBy, Sort sort, int offset, int limit)
Paginate results with a filter using a callback to produce the payload.
-