sortWith

infix inline fun <T> ObservableList<T>.sortWith(c: Comparator<T>)

Sorts the provided observable list using the c comparator, firing change notification once.