-
- All Implemented Interfaces:
public interface QuerySorter<T extends Object>Interface for the sorter of the SDK. Its implementations must provide a comparator to be used for sorting collections of data in the SDK.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classQuerySorter.Companion
-
Method Summary
Modifier and Type Method Description abstract List<Map<String, Object>>toDto()abstract Comparator<in T>getComparator()Comparator class. -
-
Method Detail
-
getComparator
abstract Comparator<in T> getComparator()
Comparator class.
-
-
-
-