toggle menu
ktfx
0.3
jvm
switch theme
search in API
ktfx-commons
/
ktfx.collections
/
sortWith
sort
With
infix inline
fun
<
T
>
ObservableList
<
T
>
.
sortWith
(
c
:
Comparator
<
T
>
)
Sorts the provided observable list using the c comparator, firing change notification once.