quarkdown
Toggle table of contents
latest
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-stdlib
/
com.quarkdown.stdlib
/
TableSortOrder
/
DESCENDING
DESCENDING
DESCENDING
Members
Properties
name
Link copied to clipboard
val
name
:
String
ordinal
Link copied to clipboard
val
ordinal
:
Int
Functions
apply
Link copied to clipboard
fun
<
T
,
R
:
Comparable
<
R
>
>
apply
(
sequence
:
Sequence
<
T
>
,
by
:
(
T
)
->
R
)
:
Sequence
<
T
>
Applies the sorting order to a sequence of items.