Uses of Interface
ubic.gemma.rest.util.Responders.FilterMethod
Packages that use Responders.FilterMethod
-
Uses of Responders.FilterMethod in ubic.gemma.rest.util
Methods in ubic.gemma.rest.util with parameters of type Responders.FilterMethodModifier and TypeMethodDescriptionstatic <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.