QuerySorter

interface QuerySorter<T : Any>

Interface for the sorter of the SDK. Its implementations must provide a comparator to be used for sorting collections of data in the SDK.

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val comparator: Comparator<in T>

Comparator class.

Link copied to clipboard

Sort specifications that compose this QuerySorter

Functions

Link copied to clipboard
abstract fun toDto(): List<Map<String, Any>>