sortByDescending

fun sortByDescending(field: KProperty1<in T, *>)(source)

Sort the stories by the content field field descending, see sortBy.


fun sortByDescending(field: KProperty1<in T, *>, sortAs: SortAs)(source)

Sort the stories by the content field field descending, ordering it as sortAs states, see sortBy.


@JvmName(name = "sortByAttributeDescending")
fun sortByDescending(field: KProperty1<Story<*>, *>)(source)

Sort the stories descending by the Story attribute field, see sortBy.